projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
package
/
dropbear
/
patches
/
130-ssh_ignore_o_and_x_args.patch
1
--- a/cli-runopts.c
2
+++ b/cli-runopts.c
3
@@ -287,6 +287,10 @@ void cli_getopts(int argc, char ** argv)
4
debug_trace = 1;
5
break;
6
#endif
7
+ case 'o':
8
+ next = &dummy;
9
+ case 'x':
10
+ break;
11
case 'F':
12
case 'e':
13
case 'c':
14
@@ -298,7 +302,6 @@ void cli_getopts(int argc, char ** argv)
15
#ifndef ENABLE_CLI_LOCALTCPFWD
16
case 'L':
17
#endif
18
- case 'o':
19
case 'b':
20
next = &dummy;
21
default:
This page took
0.044293 seconds
and
5
git commands to generate.