summaryrefslogtreecommitdiff
path: root/package/dropbear/patches/patch-cli-runopts_c
blob: 46e03dfcaa198b99500c0717063ba8d05d67ce4e (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-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: