changeset 12750:1deb504f069a

[gaim-migrate @ 15097] Thomas pointed out that this is udp and I'm dumb. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 07 Jan 2006 07:50:31 +0000
parents 13276711babc
children 038f92bd20b6
files src/protocols/simple/simple.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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';