diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-09-07 23:02:53 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-09-07 23:02:53 +0800 |
commit | 6f6ef4834c792f7ccf2409080a6adaf44b8f0d51 (patch) | |
tree | 743c88f2a2c1662e91a8dd028b9240746504969e /cli-tcpfwd.c | |
parent | 892c5fc1c8eafc9b909e6ab1afb71a090df06f13 (diff) | |
parent | d2e71ade726794d888e998eda0b094a70746160b (diff) |
merge remote forward fix
Diffstat (limited to 'cli-tcpfwd.c')
-rw-r--r-- | cli-tcpfwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-tcpfwd.c b/cli-tcpfwd.c index 662a407..aa112b2 100644 --- a/cli-tcpfwd.c +++ b/cli-tcpfwd.c @@ -135,7 +135,7 @@ static int cli_localtcp(const char* listenaddr, tcpinfo->chantype = &cli_chan_tcplocal; tcpinfo->tcp_type = direct; - ret = listen_tcpfwd(tcpinfo); + ret = listen_tcpfwd(tcpinfo, NULL); if (ret == DROPBEAR_FAILURE) { m_free(tcpinfo); |