Merge pull request #15 from annulen/fix_cli_remotetcpfwd

Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forw…
This commit is contained in:
Matt Johnston 2015-11-30 21:13:03 +08:00
commit f64a50f319

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;