diff options
-rw-r--r-- | svr-tcpfwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-tcpfwd.c b/svr-tcpfwd.c index 16d0859..1fb94a7 100644 --- a/svr-tcpfwd.c +++ b/svr-tcpfwd.c @@ -95,7 +95,7 @@ void recv_msg_global_request_remotetcp() { buf_putint(ses.writepayload, allocated_listen_port); encrypt_packet(); wantreply = 0; //so out does not do so - } + } } else if (strcmp("cancel-tcpip-forward", reqname) == 0) { ret = svr_cancelremotetcp(); } else { |