diff options
author | Francois Perrad <francois.perrad@gadz.org> | 2016-01-01 15:02:09 +0100 |
---|---|---|
committer | Francois Perrad <francois.perrad@gadz.org> | 2016-01-01 15:02:09 +0100 |
commit | 9bda22e70219c3056c07837803d0289b76453adb (patch) | |
tree | 0da32b7188892b1faea5fb1a6a3d97f587a8b54e /cli-tcpfwd.c | |
parent | 23ac7f56fa2acd9f35e6b8ca36602f3c14e986cd (diff) |
more hard tab
Diffstat (limited to 'cli-tcpfwd.c')
-rw-r--r-- | cli-tcpfwd.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |