diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-06-03 17:22:48 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-06-03 17:22:48 +0000 |
commit | 9f369bc42ff9e01ab9d72edd74b1d838b69c1c78 (patch) | |
tree | 29418de38ee376673c9a1a54ce02a62a7ee0edff /tcpfwd-direct.c | |
parent | 444dbb5364798925a3cacddba7b1bb3041e41a23 (diff) |
Mostly done with the listener changeover
--HG--
extra : convert_revision : 1a4dca8836a2a04a21fb675c718a549a8d445d25
Diffstat (limited to 'tcpfwd-direct.c')
-rw-r--r-- | tcpfwd-direct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpfwd-direct.c b/tcpfwd-direct.c index 81cd415..1131602 100644 --- a/tcpfwd-direct.c +++ b/tcpfwd-direct.c @@ -9,7 +9,7 @@ static int newtcpdirect(struct Channel * channel); static int newtcp(const char * host, int port); const struct ChanType chan_tcpdirect = { - 0, /* sepfds */ + 1, /* sepfds */ "direct-tcpip", newtcpdirect, /* init */ NULL, /* checkclose */ |