1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 15:02:24 +03:00
openwrt-xburst/package/dropbear/patches/130-ssh_ignore_o_and_x_args.patch
florian 4060d376f8 Upgrade dropbear to 0.50 (#2201)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8400 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-11 21:53:15 +00:00

24 lines
558 B
Diff

Index: dropbear-0.50/cli-runopts.c
===================================================================
--- dropbear-0.50.orig/cli-runopts.c 2007-08-10 23:47:47.000000000 +0200
+++ dropbear-0.50/cli-runopts.c 2007-08-10 23:47:49.000000000 +0200
@@ -219,6 +219,10 @@
debug_trace = 1;
break;
#endif
+ case 'o':
+ next = &dummy;
+ case 'x':
+ break;
case 'F':
case 'e':
case 'c':
@@ -230,7 +234,6 @@
#ifndef ENABLE_CLI_LOCALTCPFWD
case 'L':
#endif
- case 'o':
case 'b':
next = &dummy;
default: