refresh all package patches in the buildroot using quilt
[openwrt.git] / package / dropbear / patches / 130-ssh_ignore_o_and_x_args.patch
1 Index: dropbear-0.49/cli-runopts.c
2 ===================================================================
3 --- dropbear-0.49.orig/cli-runopts.c    2007-06-04 13:21:39.414984680 +0200
4 +++ dropbear-0.49/cli-runopts.c 2007-06-04 13:21:40.122877064 +0200
5 @@ -203,6 +203,10 @@
6                                         debug_trace = 1;
7                                         break;
8  #endif
9 +                               case 'o':
10 +                                       next = &dummy;
11 +                               case 'x':
12 +                                       break;
13                                 case 'F':
14                                 case 'e':
15                                 case 'c':
16 @@ -214,7 +218,6 @@
17  #ifndef ENABLE_CLI_LOCALTCPFWD
18                                 case 'L':
19  #endif
20 -                               case 'o':
21                                 case 'b':
22                                         next = &dummy;
23                                 default: