[gaim-migrate @ 15097]

Sat, 07 Jan 2006 07:50:31 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Sat, 07 Jan 2006 07:50:31 +0000
changeset 12750
dd04a0ee207e
parent 12749
704b51d5007a
child 12751
f8f0a406c329

[gaim-migrate @ 15097]
Thomas pointed out that this is udp and I'm dumb.

src/protocols/simple/simple.c file | annotate | diff | comparison | revisions
--- a/src/protocols/simple/simple.c	Sat Jan 07 06:30:27 2006 +0000
+++ b/src/protocols/simple/simple.c	Sat Jan 07 07:50:31 2006 +0000
@@ -1111,8 +1111,6 @@
 	int len;
 	time_t currtime;
 
-	/** XXX: eek! What if we can't receive everything right now?
-	         (need to maintain buffer for next read) */
 	static char buffer[65536];
 	if((len = recv(source, buffer, 65536, 0))) {
 		buffer[len] = '\0';

mercurial