summaryrefslogtreecommitdiff
path: root/cli-tcpfwd.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-11-14 22:03:30 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-11-14 22:03:30 +0800
commit67f4cce42c59be9b580ea0229a7dfcb5187d575c (patch)
tree34f1e473dfbf16b0463b00ee1f5c8c528b067afb /cli-tcpfwd.c
parent3cc4c4b025d11efd06280497a8a4e6186e70139a (diff)
downloaddropbear-67f4cce42c59be9b580ea0229a7dfcb5187d575c.tar.gz
use oldstyle comments
Diffstat (limited to 'cli-tcpfwd.c')
-rw-r--r--cli-tcpfwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli-tcpfwd.c b/cli-tcpfwd.c
index 0f47dcc..218a6ab 100644
--- a/cli-tcpfwd.c
+++ b/cli-tcpfwd.c
@@ -193,8 +193,8 @@ void setup_remotetcp() {
struct TCPFwdEntry *fwd = (struct TCPFwdEntry*)iter->item;
if (!fwd->listenaddr)
{
- // we store the addresses so that we can compare them
- // when the server sends them back
+ /* we store the addresses so that we can compare them
+ when the server sends them back */
if (opts.listen_fwd_all) {
fwd->listenaddr = m_strdup("");
} else {