Sat, 07 Jan 2006 07:50:31 +0000
[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';