Blame openssh-4.3p1-fromto-remote.patch
|
Tomáš Mráz |
fd638a |
--- openssh-4.3p1/scp.c.fromto-remote 2006-01-31 12:11:38.000000000 +0100
|
|
Tomáš Mráz |
fd638a |
+++ openssh-4.3p1/scp.c 2006-02-01 16:59:46.000000000 +0100
|
|
Tomáš Mráz |
fd638a |
@@ -446,7 +446,7 @@
|
|
Tomáš Mráz |
fd638a |
addargs(&alist, "-v");
|
|
Tomáš Mráz |
fd638a |
addargs(&alist, "-x");
|
|
Tomáš Mráz |
fd638a |
addargs(&alist, "-oClearAllForwardings yes");
|
|
Tomáš Mráz |
fd638a |
- addargs(&alist, "-n");
|
|
Tomáš Mráz |
fd638a |
+ addargs(&alist, "-t");
|
|
Tomáš Mráz |
fd638a |
|
|
Tomáš Mráz |
fd638a |
*src++ = 0;
|
|
Tomáš Mráz |
fd638a |
if (*src == 0)
|