libpcap: Fix build when PACKAGECONFIG ipv6 is not enabled
[15.05/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 @@ -315,6 +315,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 @@ -332,7 +336,6 @@ void cli_getopts(int argc, char ** argv)
15                                         print_version();
16                                         exit(EXIT_SUCCESS);
17                                         break;
18 -                               case 'o':
19                                 case 'b':
20                                         next = &dummy;
21                                 default: