diff options
author | Joseph Henry <josephjah@gmail.com> | 2015-12-08 05:09:12 -0800 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2015-12-08 05:09:12 -0800 |
commit | f2db82940b8ea6c77441ff4e9767aa2c4e9f8475 (patch) | |
tree | ce1a0ecb08731380612e6b066134838448eeaddf /netcon | |
parent | a2837ccaa783368d2d9cfb9037cf099eed6acd70 (diff) | |
download | infinitytier-f2db82940b8ea6c77441ff4e9767aa2c4e9f8475.tar.gz infinitytier-f2db82940b8ea6c77441ff4e9767aa2c4e9f8475.zip |
Nginx patch. Verified to work in fc23 and ub14
Diffstat (limited to 'netcon')
-rw-r--r-- | netcon/Intercept.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/Intercept.c b/netcon/Intercept.c index bb5728f4..78b0af2d 100644 --- a/netcon/Intercept.c +++ b/netcon/Intercept.c @@ -936,7 +936,7 @@ int listen(LISTEN_SIG) memcpy(&cmd[1], &rpc_st, sizeof(struct listen_st)); pthread_mutex_lock(&lock); send_command(fdret_sock, cmd); - get_retval(); + //get_retval(); pthread_mutex_unlock(&lock); handle_error("listen", "", ERR_OK); return ERR_OK; |