summaryrefslogtreecommitdiff
path: root/svr-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
commit0457a76da104e49d0d3053ead9966655f633ff46 (patch)
treed0781a94f6f10e9c9b6ba0c48bd9d2b36030290b /svr-agentfwd.c
parent8d38abefa1d8de996644e6891000821e0738ba54 (diff)
downloaddropbear-0457a76da104e49d0d3053ead9966655f633ff46.tar.gz
Split ChanType closehandler() and cleanup() so that dbclient doesn't
lose exit status messages
Diffstat (limited to 'svr-agentfwd.c')
-rw-r--r--svr-agentfwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/svr-agentfwd.c b/svr-agentfwd.c
index 6289b87..37c30b0 100644
--- a/svr-agentfwd.c
+++ b/svr-agentfwd.c
@@ -187,6 +187,7 @@ static const struct ChanType chan_svr_agent = {
NULL,
NULL,
NULL,
+ NULL,
NULL
};