diff options
Diffstat (limited to 'tcpfwd-remote.c')
-rw-r--r-- | tcpfwd-remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpfwd-remote.c b/tcpfwd-remote.c index 9996dbd..880044f 100644 --- a/tcpfwd-remote.c +++ b/tcpfwd-remote.c @@ -71,7 +71,7 @@ out: } static const struct ChanType chan_tcpremote = { - 0, /* sepfds */ + 1, /* sepfds */ "forwarded-tcpip", NULL, NULL, |