From f2db82940b8ea6c77441ff4e9767aa2c4e9f8475 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 8 Dec 2015 05:09:12 -0800 Subject: [PATCH] Nginx patch. Verified to work in fc23 and ub14 --- netcon/Intercept.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netcon/Intercept.c b/netcon/Intercept.c index bb5728f46..78b0af2d2 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;