mirror of
git://erdgeist.org/opentracker
synced 2025-02-04 19:16:23 +00:00
Remove debug code for self pipes
This commit is contained in:
parent
d6d4fb0668
commit
6411f1567f
@ -270,10 +270,9 @@ static void * server_mainloop( void * args ) {
|
|||||||
handle_accept( sock );
|
handle_accept( sock );
|
||||||
else if( (intptr_t)cookie == FLAG_UDP )
|
else if( (intptr_t)cookie == FLAG_UDP )
|
||||||
handle_udp6( sock, &ws );
|
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 );
|
||||||
fprintf(stderr, "pipe\n");
|
else
|
||||||
} else
|
|
||||||
handle_read( sock, &ws );
|
handle_read( sock, &ws );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user