Browse Source

Nginx patch. Verified to work in fc23 and ub14

Joseph Henry 9 years ago
parent
commit
f2db82940b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netcon/Intercept.c

+ 1 - 1
netcon/Intercept.c

@@ -936,7 +936,7 @@ int listen(LISTEN_SIG)
   memcpy(&cmd[1], &rpc_st, sizeof(struct listen_st));
   memcpy(&cmd[1], &rpc_st, sizeof(struct listen_st));
   pthread_mutex_lock(&lock);
   pthread_mutex_lock(&lock);
   send_command(fdret_sock, cmd);
   send_command(fdret_sock, cmd);
-  get_retval();
+  //get_retval();
   pthread_mutex_unlock(&lock);
   pthread_mutex_unlock(&lock);
   handle_error("listen", "", ERR_OK);
   handle_error("listen", "", ERR_OK);
   return ERR_OK;
   return ERR_OK;