diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-03 16:33:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-03 16:33:37 +0100 |
commit | 62e251378c7e36a1cb3a5eaa56db5cd592710015 (patch) | |
tree | 41e59bd3087602df94299171db3c2d8b54994c4f /package/dropbear/patches/patch-cli-runopts_c | |
parent | a3e1f514a9a033789f8dbe549f131a6f21bb04df (diff) | |
parent | 7f1557456bcdab4984d588be7b5738f9160f8365 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dropbear/patches/patch-cli-runopts_c')
-rw-r--r-- | package/dropbear/patches/patch-cli-runopts_c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/dropbear/patches/patch-cli-runopts_c b/package/dropbear/patches/patch-cli-runopts_c deleted file mode 100644 index 5a8297b87..000000000 --- a/package/dropbear/patches/patch-cli-runopts_c +++ /dev/null @@ -1,22 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- dropbear-2013.58.orig/cli-runopts.c 2013-04-18 16:58:14.000000000 +0200 -+++ dropbear-2013.58/cli-runopts.c 2013-08-13 14:29:15.000000000 +0200 -@@ -309,6 +309,10 @@ void cli_getopts(int argc, char ** argv) - debug_trace = 1; - break; - #endif -+ case 'o': -+ next = &dummy; -+ case 'x': -+ break; - 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 -- case 'o': - case 'b': - next = &dummy; - default: |