Mercurial > dropbear
diff svr-tcpfwd.c @ 910:89555751c489 asm
merge up to 2013.63, improve ASM makefile rules a bit
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 27 Feb 2014 21:35:58 +0800 |
parents | c19acba28590 |
children | 4ad38e223ccd |
line wrap: on
line diff
--- a/svr-tcpfwd.c Sun Oct 06 22:32:03 2013 +0800 +++ b/svr-tcpfwd.c Thu Feb 27 21:35:58 2014 +0800 @@ -211,7 +211,7 @@ 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