dropbear: update to 2014.65
[openwrt/staging/chunkeey.git] / package / network / services / dropbear / patches / 130-ssh_ignore_o_and_x_args.patch
index 6de652b4e262be3c669523915663f18e066c2c44..0a5e8ba9a0cbad4b982b9a0f07330b3480e8e882 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)
+@@ -312,6 +312,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
+@@ -329,7 +333,6 @@ void cli_getopts(int argc, char ** argv)
+                                       print_version();
+                                       exit(EXIT_SUCCESS);
+                                       break;
 -                              case 'o':
                                case 'b':
                                        next = &dummy;