mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.
This commit is contained in:
parent
a3049d6433
commit
f76141a704
@ -33,7 +33,8 @@
|
|||||||
|
|
||||||
typedef struct runopts {
|
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;
|
int listen_fwd_all;
|
||||||
#endif
|
#endif
|
||||||
unsigned int recv_window;
|
unsigned int recv_window;
|
||||||
|
Loading…
Reference in New Issue
Block a user