summaryrefslogtreecommitdiff
path: root/svr-tcpfwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-tcpfwd.c')
-rw-r--r--svr-tcpfwd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/svr-tcpfwd.c b/svr-tcpfwd.c
index f3bab25..9c1edd4 100644
--- a/svr-tcpfwd.c
+++ b/svr-tcpfwd.c
@@ -59,7 +59,6 @@ static int newtcpdirect(struct Channel * channel);
#if DROPBEAR_SVR_REMOTETCPFWD
static const struct ChanType svr_chan_tcpremote = {
- 1, /* sepfds */
"forwarded-tcpip",
tcp_prio_inithandler,
NULL,
@@ -241,7 +240,6 @@ out:
#if DROPBEAR_SVR_LOCALTCPFWD
const struct ChanType svr_chan_tcpdirect = {
- 1, /* sepfds */
"direct-tcpip",
newtcpdirect, /* init */
NULL, /* checkclose */