Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.

This commit is contained in:
Konstantin Tokarev 2015-11-27 21:40:00 +03:00
parent a3049d6433
commit f76141a704

View File

@ -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;