aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dropbear/patches/130-ssh_ignore_x_args.patch
blob: ab09c2f3dc3a253fd18acae8d7d3b4b0f668e3dd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/cli-runopts.c
+++ b/cli-runopts.c
@@ -296,6 +296,8 @@ void cli_getopts(int argc, char ** argv)
 					debug_trace = 1;
 					break;
 #endif
+				case 'x':
+					break;
 				case 'F':
 				case 'e':
 #ifndef ENABLE_USER_ALGO_LIST