diff options
Diffstat (limited to 'cli-runopts.c')
-rw-r--r-- | cli-runopts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli-runopts.c b/cli-runopts.c index d69a719..abcfc9f 100644 --- a/cli-runopts.c +++ b/cli-runopts.c @@ -306,10 +306,10 @@ void cli_getopts(int argc, char ** argv) { case 'm': #endif case 'D': -#ifndef DROPBEAR_CLI_REMOTETCPFWD +#if !DROPBEAR_CLI_REMOTETCPFWD case 'R': #endif -#ifndef DROPBEAR_CLI_LOCALTCPFWD +#if !DROPBEAR_CLI_LOCALTCPFWD case 'L': #endif case 'V': |