Mercurial > dropbear
diff tcpfwd-direct.c @ 11:f76c9389e9e0
Mostly done with the listener changeover
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 03 Jun 2004 17:22:48 +0000 |
parents | 7f77962de998 |
children | 469950e86d0f |
line wrap: on
line diff
--- a/tcpfwd-direct.c Thu Jun 03 16:45:53 2004 +0000 +++ b/tcpfwd-direct.c Thu Jun 03 17:22:48 2004 +0000 @@ -9,7 +9,7 @@ static int newtcp(const char * host, int port); const struct ChanType chan_tcpdirect = { - 0, /* sepfds */ + 1, /* sepfds */ "direct-tcpip", newtcpdirect, /* init */ NULL, /* checkclose */