dropbear: update to 2015.67
[15.05/openwrt.git] / package / network / services / dropbear / patches / 130-ssh_ignore_o_and_x_args.patch
index 6de652b..edb2909 100644 (file)
@@ -1,6 +1,6 @@
 --- a/cli-runopts.c
 +++ b/cli-runopts.c
-@@ -309,6 +309,10 @@ void cli_getopts(int argc, char ** argv)
+@@ -315,6 +315,10 @@ void cli_getopts(int argc, char ** argv)
                                        debug_trace = 1;
                                        break;
  #endif
                                case 'F':
                                case 'e':
  #ifndef ENABLE_USER_ALGO_LIST
-@@ -322,7 +326,6 @@ void cli_getopts(int argc, char ** argv)
- #ifndef ENABLE_CLI_LOCALTCPFWD
-                               case 'L':
- #endif
+@@ -332,7 +336,6 @@ void cli_getopts(int argc, char ** argv)
+                                       print_version();
+                                       exit(EXIT_SUCCESS);
+                                       break;
 -                              case 'o':
                                case 'b':
                                        next = &dummy;