mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Split ChanType closehandler() and cleanup() so that dbclient doesn't
lose exit status messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user