Split ChanType closehandler() and cleanup() so that dbclient doesn't

lose exit status messages
This commit is contained in:
Matt Johnston
2018-11-14 22:57:56 +08:00
parent ffde4a524f
commit fe992bf4ea
10 changed files with 58 additions and 31 deletions

View File

@@ -52,6 +52,7 @@ const struct ChanType cli_chan_agent = {
new_agent_chan,
NULL,
NULL,
NULL,
NULL
};