blob: 5a8297b87c1f1d16f8cd157991fa16e1da5fc989 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$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:
|