summaryrefslogtreecommitdiff
path: root/netcon
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2015-12-08 05:09:12 -0800
committerJoseph Henry <josephjah@gmail.com>2015-12-08 05:09:12 -0800
commitf2db82940b8ea6c77441ff4e9767aa2c4e9f8475 (patch)
treece1a0ecb08731380612e6b066134838448eeaddf /netcon
parenta2837ccaa783368d2d9cfb9037cf099eed6acd70 (diff)
downloadinfinitytier-f2db82940b8ea6c77441ff4e9767aa2c4e9f8475.tar.gz
infinitytier-f2db82940b8ea6c77441ff4e9767aa2c4e9f8475.zip
Nginx patch. Verified to work in fc23 and ub14
Diffstat (limited to 'netcon')
-rw-r--r--netcon/Intercept.c2
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;