diff options
author | François Perrad <francois.perrad@gadz.org> | 2019-01-07 16:09:45 +0100 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2019-01-07 23:09:45 +0800 |
commit | cb945f9f670e95305c7c5cc5ff344d1f2707b602 (patch) | |
tree | 2b8362478ee5d62e1fab51c383871d57c86d9f78 /svr-tcpfwd.c | |
parent | df0f1297eb5e98d73d07fda183568439ecbc5323 (diff) |
add missing initializer (#71)
Diffstat (limited to 'svr-tcpfwd.c')
-rw-r--r-- | svr-tcpfwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svr-tcpfwd.c b/svr-tcpfwd.c index cf513d7..9a2310d 100644 --- a/svr-tcpfwd.c +++ b/svr-tcpfwd.c @@ -57,6 +57,7 @@ static const struct ChanType svr_chan_tcpremote = { tcp_prio_inithandler, NULL, NULL, + NULL, NULL }; |