6de652b4e262be3c669523915663f18e066c2c44
[openwrt/staging/mkresin.git] / package / network / services / dropbear / patches / 130-ssh_ignore_o_and_x_args.patch
1 --- a/cli-runopts.c
2 +++ b/cli-runopts.c
3 @@ -309,6 +309,10 @@ void cli_getopts(int argc, char ** argv)
4 debug_trace = 1;
5 break;
6 #endif
7 + case 'o':
8 + next = &dummy;
9 + case 'x':
10 + break;
11 case 'F':
12 case 'e':
13 #ifndef ENABLE_USER_ALGO_LIST
14 @@ -322,7 +326,6 @@ void cli_getopts(int argc, char ** argv)
15 #ifndef ENABLE_CLI_LOCALTCPFWD
16 case 'L':
17 #endif
18 - case 'o':
19 case 'b':
20 next = &dummy;
21 default: