mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
fix indentation
This commit is contained in:
parent
3ee685ad1c
commit
2ef1ab0753
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user