fix indentation

This commit is contained in:
Francois Perrad 2018-01-25 18:19:29 +01:00 committed by Matt Johnston
parent 3ee685ad1c
commit 2ef1ab0753

View File

@ -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 {