comparison svr-tcpfwd.c @ 1627:9b02c49bd396

add missing initializer (#71)
author François Perrad <francois.perrad@gadz.org>
date Mon, 07 Jan 2019 16:09:45 +0100
parents 79eef94ccea9
children 9026f976eee8
comparison
equal deleted inserted replaced
1626:9bd597d29590 1627:9b02c49bd396
55 1, /* sepfds */ 55 1, /* sepfds */
56 "forwarded-tcpip", 56 "forwarded-tcpip",
57 tcp_prio_inithandler, 57 tcp_prio_inithandler,
58 NULL, 58 NULL,
59 NULL, 59 NULL,
60 NULL,
60 NULL 61 NULL
61 }; 62 };
62 63
63 /* At the moment this is completely used for tcp code (with the name reflecting 64 /* At the moment this is completely used for tcp code (with the name reflecting
64 * that). If new request types are added, this should be replaced with code 65 * that). If new request types are added, this should be replaced with code