mirror of
git://erdgeist.org/opentracker
synced 2025-01-15 01:12:07 +00:00
fix tiny issue
This commit is contained in:
parent
09f1234aa9
commit
8bf40b6717
@ -266,7 +266,7 @@ static void * server_mainloop( void * args ) {
|
|||||||
if( (intptr_t)cookie == FLAG_TCP )
|
if( (intptr_t)cookie == FLAG_TCP )
|
||||||
handle_accept( sock );
|
handle_accept( sock );
|
||||||
else if( (intptr_t)cookie == FLAG_UDP )
|
else if( (intptr_t)cookie == FLAG_UDP )
|
||||||
while( handle_udp6( sock, &ws ) ) {};
|
while( handle_udp6( sock, &ws ) );
|
||||||
else if( (intptr_t)cookie == FLAG_SELFPIPE )
|
else if( (intptr_t)cookie == FLAG_SELFPIPE )
|
||||||
io_tryread( sock, ws.inbuf, G_INBUF_SIZE );
|
io_tryread( sock, ws.inbuf, G_INBUF_SIZE );
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user