mirror of
https://github.com/clearml/dropbear
synced 2025-06-13 01:40:41 +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);
|
buf_putint(ses.writepayload, allocated_listen_port);
|
||||||
encrypt_packet();
|
encrypt_packet();
|
||||||
wantreply = 0; //so out does not do so
|
wantreply = 0; //so out does not do so
|
||||||
}
|
}
|
||||||
} else if (strcmp("cancel-tcpip-forward", reqname) == 0) {
|
} else if (strcmp("cancel-tcpip-forward", reqname) == 0) {
|
||||||
ret = svr_cancelremotetcp();
|
ret = svr_cancelremotetcp();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user