Remove debug code for self pipes

dynamic-accesslists
Dirk Engling 6 years ago
parent d6d4fb0668
commit 6411f1567f

@ -270,10 +270,9 @@ static void * server_mainloop( void * args ) {
handle_accept( sock );
else if( (intptr_t)cookie == FLAG_UDP )
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 );
fprintf(stderr, "pipe\n");
} else
else
handle_read( sock, &ws );
}

Loading…
Cancel
Save