diff svr-tcpfwd.c @ 1251:52a456a3add0

Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fperrad-20151231_indent
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Mar 2016 21:41:06 +0800
parents 888e3d17e962 2bb4c662d1c2
children 9169e4e7cbee
line wrap: on
line diff
--- a/svr-tcpfwd.c	Sat Mar 12 16:21:13 2016 +0800
+++ b/svr-tcpfwd.c	Tue Mar 15 21:41:06 2016 +0800
@@ -194,7 +194,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