From cb945f9f670e95305c7c5cc5ff344d1f2707b602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Perrad?= Date: Mon, 7 Jan 2019 16:09:45 +0100 Subject: [PATCH] add missing initializer (#71) --- svr-tcpfwd.c | 1 + 1 file changed, 1 insertion(+) 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 };