changeset 1627:9b02c49bd396

add missing initializer (#71)
author François Perrad <francois.perrad@gadz.org>
date Mon, 07 Jan 2019 16:09:45 +0100
parents 9bd597d29590
children ff3f274ea56c
files svr-tcpfwd.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/svr-tcpfwd.c	Wed Nov 14 22:58:35 2018 +0800
+++ b/svr-tcpfwd.c	Mon Jan 07 16:09:45 2019 +0100
@@ -57,6 +57,7 @@
 	tcp_prio_inithandler,
 	NULL,
 	NULL,
+	NULL,
 	NULL
 };