From 9bda22e70219c3056c07837803d0289b76453adb Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 1 Jan 2016 15:02:09 +0100 Subject: more hard tab --- svr-tcpfwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svr-tcpfwd.c') diff --git a/svr-tcpfwd.c b/svr-tcpfwd.c index d2f1427..5f87511 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 -- cgit v1.2.3