1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 18:49:49 +03:00
openwrt-xburst/package/dropbear/patches/130-ssh_ignore_o_and_x_args.patch
jow 6b6ce9f831 [package] dropbear: update to 0.52 (#4635)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15074 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-29 21:04:05 +00:00

24 lines
558 B
Diff

Index: dropbear-0.52/cli-runopts.c
===================================================================
--- dropbear-0.52.orig/cli-runopts.c 2008-04-22 17:29:49.000000000 -0700
+++ dropbear-0.52/cli-runopts.c 2008-04-22 17:29:50.000000000 -0700
@@ -271,6 +271,10 @@
debug_trace = 1;
break;
#endif
+ case 'o':
+ next = &dummy;
+ case 'x':
+ break;
case 'F':
case 'e':
case 'c':
@@ -282,7 +286,6 @@
#ifndef ENABLE_CLI_LOCALTCPFWD
case 'L':
#endif
- case 'o':
case 'b':
next = &dummy;
default: