diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-03-15 21:41:06 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-03-15 21:41:06 +0800 |
commit | 645b2541732cebbccd499c4e8bf18f86d77bff0f (patch) | |
tree | 3e6f647d212466933d744e47dcdbcf97ff00ecfc /svr-tcpfwd.c | |
parent | fdc61f3ab2c07f3f8d0546ee83b1a6776cc1786e (diff) | |
parent | 9bda22e70219c3056c07837803d0289b76453adb (diff) |
Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fperrad-20151231_indent
Diffstat (limited to 'svr-tcpfwd.c')
-rw-r--r-- | svr-tcpfwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-tcpfwd.c b/svr-tcpfwd.c index 9d051bf..1abd0ac 100644 --- a/svr-tcpfwd.c +++ b/svr-tcpfwd.c @@ -194,7 +194,7 @@ static int svr_remotetcpreq() { tcpinfo->request_listenaddr = request_addr; if (!opts.listen_fwd_all || (strcmp(request_addr, "localhost") == 0) ) { - /* NULL means "localhost only" */ + /* NULL means "localhost only" */ tcpinfo->listenaddr = NULL; } else |