diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/dropbear/patches/patch-cli-runopts_c |
Initial import
Diffstat (limited to 'package/dropbear/patches/patch-cli-runopts_c')
-rw-r--r-- | package/dropbear/patches/patch-cli-runopts_c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/dropbear/patches/patch-cli-runopts_c b/package/dropbear/patches/patch-cli-runopts_c new file mode 100644 index 000000000..46e03dfca --- /dev/null +++ b/package/dropbear/patches/patch-cli-runopts_c @@ -0,0 +1,22 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- dropbear-0.52.orig/cli-runopts.c 2008-11-11 15:09:02.000000000 +0100 ++++ dropbear-0.52/cli-runopts.c 2009-03-19 19:20:16.000000000 +0100 +@@ -271,6 +271,10 @@ void cli_getopts(int argc, char ** argv) + debug_trace = 1; + break; + #endif ++ case 'o': ++ next = &dummy; ++ case 'x': ++ break; + case 'F': + case 'e': + case 'c': +@@ -282,7 +286,6 @@ void cli_getopts(int argc, char ** argv) + #ifndef ENABLE_CLI_LOCALTCPFWD + case 'L': + #endif +- case 'o': + case 'b': + next = &dummy; + default: |