From ae413a675b1d7e040997cb8f655672d144832a6f Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 1 Apr 2012 04:11:27 +0000 Subject: undo last change, it did not work well --- opentracker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentracker.c b/opentracker.c index 442b294..0c535ec 100644 --- a/opentracker.c +++ b/opentracker.c @@ -266,7 +266,7 @@ static void * server_mainloop( void * args ) { if( (intptr_t)cookie == FLAG_TCP ) handle_accept( sock ); else if( (intptr_t)cookie == FLAG_UDP ) - while( handle_udp6( sock, &ws ) ); + handle_udp6( sock, &ws ); else if( (intptr_t)cookie == FLAG_SELFPIPE ) io_tryread( sock, ws.inbuf, G_INBUF_SIZE ); else -- cgit v1.2.3