From aafc0682a6efffbc805924339ff0236c56ba7b4d Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 1 Jan 2016 15:02:09 +0100 Subject: more hard tab --- cli-tcpfwd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli-tcpfwd.c') diff --git a/cli-tcpfwd.c b/cli-tcpfwd.c index fec5dba..d5023cc 100644 --- a/cli-tcpfwd.c +++ b/cli-tcpfwd.c @@ -231,7 +231,7 @@ void setup_remotetcp() { static int newtcpforwarded(struct Channel * channel) { - char *origaddr = NULL; + char *origaddr = NULL; unsigned int origport; m_list_elem * iter = NULL; struct TCPFwdEntry *fwd; @@ -267,7 +267,7 @@ static int newtcpforwarded(struct Channel * channel) { if (iter == NULL) { /* We didn't request forwarding on that port */ - cleantext(origaddr); + cleantext(origaddr); dropbear_log(LOG_INFO, "Server sent unrequested forward from \"%s:%d\"", origaddr, origport); goto out; -- cgit v1.2.1