summaryrefslogtreecommitdiffhomepage
path: root/tcpfwd.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-12-06 16:51:55 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-12-06 16:51:55 +0000
commit6c56271e8c2f1a07de8ca7fddeb4f8efb5041b4c (patch)
treedc6bece4692049393b3d3ffd4990629c2c502ff5 /tcpfwd.h
parenta673d609639b180eee3a4ba49d7f07d0239ea666 (diff)
* fix -L forwarding on the client, broke last rev
--HG-- extra : convert_revision : 826db75f8001f7da7b0b8c91dcf66a44bf107b49
Diffstat (limited to 'tcpfwd.h')
-rw-r--r--tcpfwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpfwd.h b/tcpfwd.h
index e980ee2..28af029 100644
--- a/tcpfwd.h
+++ b/tcpfwd.h
@@ -40,7 +40,7 @@ struct TCPListener {
unsigned int listenport;
const struct ChanType *chantype;
-
+ enum {direct, forwarded} tcp_type;
};
/* A link in a list of forwards */