diff options
Diffstat (limited to 'svr-x11fwd.c')
-rw-r--r-- | svr-x11fwd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svr-x11fwd.c b/svr-x11fwd.c index 6301aa5..460db4c 100644 --- a/svr-x11fwd.c +++ b/svr-x11fwd.c @@ -216,7 +216,8 @@ static const struct ChanType chan_x11 = { x11_inithandler, /* inithandler */ NULL, /* checkclose */ NULL, /* reqhandler */ - NULL /* closehandler */ + NULL, /* closehandler */ + NULL /* cleanup */ }; |