diff options
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; |