From 8bf40b6717c5a5bca4bf6c6a1fefe2b1c7d2f29a Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 1 Apr 2012 03:23:50 +0000 Subject: fix tiny issue --- opentracker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentracker.c b/opentracker.c index 52078b5..442b294 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 ) ) {}; + while( handle_udp6( sock, &ws ) ); else if( (intptr_t)cookie == FLAG_SELFPIPE ) io_tryread( sock, ws.inbuf, G_INBUF_SIZE ); else -- cgit v1.2.3