add missing initializer (#71)

This commit is contained in:
François Perrad 2019-01-07 16:09:45 +01:00 committed by Matt Johnston
parent df0f1297eb
commit cb945f9f67

View File

@ -57,6 +57,7 @@ static const struct ChanType svr_chan_tcpremote = {
tcp_prio_inithandler,
NULL,
NULL,
NULL,
NULL
};