changeset 1194:089b8e91472b

Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.
author Konstantin Tokarev <ktokarev@smartlabs.tv>
date Fri, 27 Nov 2015 21:40:00 +0300
parents af940cefdba1
children 8a5e9a97bd7a
files runopts.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/runopts.h	Fri Nov 27 22:19:08 2015 +0800
+++ b/runopts.h	Fri Nov 27 21:40:00 2015 +0300
@@ -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;