From fe992bf4eace5f5a2e1322e445c45731397f14d9 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-agentfwd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cli-agentfwd.c') diff --git a/cli-agentfwd.c b/cli-agentfwd.c index 08a35e9..2821f62 100644 --- a/cli-agentfwd.c +++ b/cli-agentfwd.c @@ -52,6 +52,7 @@ const struct ChanType cli_chan_agent = { new_agent_chan, NULL, NULL, + NULL, NULL }; -- cgit v1.2.3