From 0457a76da104e49d0d3053ead9966655f633ff46 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 14 Nov 2018 22:57:56 +0800 Subject: Split ChanType closehandler() and cleanup() so that dbclient doesn't lose exit status messages --- cli-tcpfwd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli-tcpfwd.c') diff --git a/cli-tcpfwd.c b/cli-tcpfwd.c index aa112b2..e6387d9 100644 --- a/cli-tcpfwd.c +++ b/cli-tcpfwd.c @@ -40,6 +40,7 @@ const struct ChanType cli_chan_tcpremote = { newtcpforwarded, NULL, NULL, + NULL, NULL }; #endif @@ -55,6 +56,7 @@ static const struct ChanType cli_chan_tcplocal = { tcp_prio_inithandler, NULL, NULL, + NULL, NULL }; #endif -- cgit v1.2.1