Mercurial > dropbear
comparison svr-tcpfwd.c @ 1502:73aa542e76fe
fix indentation
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Thu, 25 Jan 2018 18:19:29 +0100 |
parents | 2d450c1056e3 |
children | bb55dffab5ba |
comparison
equal
deleted
inserted
replaced
1499:2d450c1056e3 | 1502:73aa542e76fe |
---|---|
93 CHECKCLEARTOWRITE(); | 93 CHECKCLEARTOWRITE(); |
94 buf_putbyte(ses.writepayload, SSH_MSG_REQUEST_SUCCESS); | 94 buf_putbyte(ses.writepayload, SSH_MSG_REQUEST_SUCCESS); |
95 buf_putint(ses.writepayload, allocated_listen_port); | 95 buf_putint(ses.writepayload, allocated_listen_port); |
96 encrypt_packet(); | 96 encrypt_packet(); |
97 wantreply = 0; //so out does not do so | 97 wantreply = 0; //so out does not do so |
98 } | 98 } |
99 } else if (strcmp("cancel-tcpip-forward", reqname) == 0) { | 99 } else if (strcmp("cancel-tcpip-forward", reqname) == 0) { |
100 ret = svr_cancelremotetcp(); | 100 ret = svr_cancelremotetcp(); |
101 } else { | 101 } else { |
102 TRACE(("reqname isn't tcpip-forward: '%s'", reqname)) | 102 TRACE(("reqname isn't tcpip-forward: '%s'", reqname)) |
103 } | 103 } |