diff --git a/netcon/Intercept.c b/netcon/Intercept.c index 72c4cbda1..44f648817 100755 --- a/netcon/Intercept.c +++ b/netcon/Intercept.c @@ -656,7 +656,7 @@ int accept(ACCEPT_SIG) } //if(opt & O_NONBLOCK) - //fcntl(sockfd, F_SETFL, O_NONBLOCK); + fcntl(sockfd, F_SETFL, O_NONBLOCK); char rbuf[16], c[1]; int new_conn_socket; diff --git a/netcon/libintercept.so.1.0 b/netcon/libintercept.so.1.0 index 8e40bae2d..3037aeb5a 100755 Binary files a/netcon/libintercept.so.1.0 and b/netcon/libintercept.so.1.0 differ