diff svr-x11fwd.c @ 1625:79eef94ccea9

Split ChanType closehandler() and cleanup() so that dbclient doesn't lose exit status messages
author Matt Johnston <matt@ucc.asn.au>
date Wed, 14 Nov 2018 22:57:56 +0800
parents 58a74cb829b8
children a7cc3332d8ab
line wrap: on
line diff
--- a/svr-x11fwd.c	Wed Nov 14 22:52:04 2018 +0800
+++ b/svr-x11fwd.c	Wed Nov 14 22:57:56 2018 +0800
@@ -216,7 +216,8 @@
 	x11_inithandler, /* inithandler */
 	NULL, /* checkclose */
 	NULL, /* reqhandler */
-	NULL /* closehandler */
+	NULL, /* closehandler */
+	NULL /* cleanup */
 };