diff options
author | Matt Johnston <matt@ucc.asn.au> | 2005-12-06 16:51:55 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2005-12-06 16:51:55 +0000 |
commit | 6c56271e8c2f1a07de8ca7fddeb4f8efb5041b4c (patch) | |
tree | dc6bece4692049393b3d3ffd4990629c2c502ff5 /cli-tcpfwd.c | |
parent | a673d609639b180eee3a4ba49d7f07d0239ea666 (diff) |
* fix -L forwarding on the client, broke last rev
--HG--
extra : convert_revision : 826db75f8001f7da7b0b8c91dcf66a44bf107b49
Diffstat (limited to 'cli-tcpfwd.c')
-rw-r--r-- | cli-tcpfwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli-tcpfwd.c b/cli-tcpfwd.c index d8f1da6..c3bfd4d 100644 --- a/cli-tcpfwd.c +++ b/cli-tcpfwd.c @@ -107,6 +107,7 @@ static int cli_localtcp(unsigned int listenport, const char* remoteaddr, tcpinfo->listenport = listenport; tcpinfo->chantype = &cli_chan_tcplocal; + tcpinfo->tcp_type = direct; ret = listen_tcpfwd(tcpinfo); |