summaryrefslogtreecommitdiffhomepage
path: root/cli-agentfwd.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-11-14 22:57:56 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-11-14 22:57:56 +0800
commitfe992bf4eace5f5a2e1322e445c45731397f14d9 (patch)
treebd16ba8323e1b25726114961860a735ec94011fc /cli-agentfwd.c
parentffde4a524f3a595c476fc1bf9f6a8e2bcf98ed63 (diff)
Split ChanType closehandler() and cleanup() so that dbclient doesn't
lose exit status messages
Diffstat (limited to 'cli-agentfwd.c')
-rw-r--r--cli-agentfwd.c1
1 files changed, 1 insertions, 0 deletions
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
};