remove version and architecture from control files
[openwrt.git] / package / dropbear / patches / scp-argument-fix.patch
1 diff -urN dropbear-0.45.old/scp.c dropbear-0.45/scp.c
2 --- dropbear-0.45.old/scp.c     2005-03-07 05:27:02.000000000 +0100
3 +++ dropbear-0.45/scp.c 2005-03-25 11:28:22.000000000 +0100
4 @@ -249,9 +249,9 @@
5  
6         args.list = NULL;
7         addargs(&args, "ssh");          /* overwritten with ssh_program */
8 -       addargs(&args, "-x");
9 -       addargs(&args, "-oForwardAgent no");
10 -       addargs(&args, "-oClearAllForwardings yes");
11 +//     addargs(&args, "-x");
12 +//     addargs(&args, "-oForwardAgent no");
13 +//     addargs(&args, "-oClearAllForwardings yes");
14  
15         fflag = tflag = 0;
16         while ((ch = getopt(argc, argv, "dfl:prtvBCc:i:P:q1246S:o:F:")) != -1)