packages: sort network related packages into package/network/
[openwrt.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 @@ -287,6 +287,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                                 case 'c':
14 @@ -298,7 +302,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: