diff options
Diffstat (limited to 'svr-tcpfwd.c')
-rw-r--r-- | svr-tcpfwd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svr-tcpfwd.c b/svr-tcpfwd.c index acdb59f..cf513d7 100644 --- a/svr-tcpfwd.c +++ b/svr-tcpfwd.c @@ -238,7 +238,8 @@ const struct ChanType svr_chan_tcpdirect = { newtcpdirect, /* init */ NULL, /* checkclose */ NULL, /* reqhandler */ - NULL /* closehandler */ + NULL, /* closehandler */ + NULL /* cleanup */ }; /* Called upon creating a new direct tcp channel (ie we connect out to an |