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
 };