From 60e40ab5246ff04cace3838700ab17e2822f09a3 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 7 Sep 2018 23:02:20 +0800 Subject: FIx remote forward listeners --- cli-tcpfwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli-tcpfwd.c') 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); -- cgit v1.2.1