diff options
author | erdgeist <> | 2012-04-01 04:11:27 +0000 |
---|---|---|
committer | erdgeist <> | 2012-04-01 04:11:27 +0000 |
commit | ae413a675b1d7e040997cb8f655672d144832a6f (patch) | |
tree | c0bf4f7288bf245fd40200160a6e365a5e688341 /opentracker.c | |
parent | 8bf40b6717c5a5bca4bf6c6a1fefe2b1c7d2f29a (diff) |
undo last change, it did not work well
Diffstat (limited to 'opentracker.c')
-rw-r--r-- | opentracker.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { | |||
266 | if( (intptr_t)cookie == FLAG_TCP ) | 266 | if( (intptr_t)cookie == FLAG_TCP ) |
267 | handle_accept( sock ); | 267 | handle_accept( sock ); |
268 | else if( (intptr_t)cookie == FLAG_UDP ) | 268 | else if( (intptr_t)cookie == FLAG_UDP ) |
269 | while( handle_udp6( sock, &ws ) ); | 269 | handle_udp6( sock, &ws ); |
270 | else if( (intptr_t)cookie == FLAG_SELFPIPE ) | 270 | else if( (intptr_t)cookie == FLAG_SELFPIPE ) |
271 | io_tryread( sock, ws.inbuf, G_INBUF_SIZE ); | 271 | io_tryread( sock, ws.inbuf, G_INBUF_SIZE ); |
272 | else | 272 | else |