changeset 1195:8a5e9a97bd7a

Merge pull request #15 from annulen/fix_cli_remotetcpfwd Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forw…
author Matt Johnston <matt@ucc.asn.au>
date Mon, 30 Nov 2015 21:13:03 +0800
parents da1ed4fcdc4a (current diff) 089b8e91472b (diff)
children a29559086628 86a9e0204c03 978887222d29 fb58cf341951
files
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/runopts.h	Mon Nov 30 20:55:07 2015 +0800
+++ b/runopts.h	Mon Nov 30 21:13:03 2015 +0800
@@ -33,7 +33,8 @@
 
 typedef struct runopts {
 
-#if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD)
+#if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) \
+    || defined(ENABLE_CLI_REMOTETCPFWD)
 	int listen_fwd_all;
 #endif
 	unsigned int recv_window;