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 /tcpfwd.h | |
parent | a673d609639b180eee3a4ba49d7f07d0239ea666 (diff) |
* fix -L forwarding on the client, broke last rev
--HG--
extra : convert_revision : 826db75f8001f7da7b0b8c91dcf66a44bf107b49
Diffstat (limited to 'tcpfwd.h')
-rw-r--r-- | tcpfwd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |