Bugzilla – Attachment 19 Details for
Bug 76
scp won't transfer files to or from the root under Cygwin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cvs diff for the one line patch needed to fix this.
scp.c.diff (text/plain), 514 bytes, created by
Mark Bradshaw
on 2002-02-02 10:07:19 AEDT
(
hide
)
Description:
cvs diff for the one line patch needed to fix this.
Filename:
MIME Type:
Creator:
Mark Bradshaw
Created:
2002-02-02 10:07:19 AEDT
Size:
514 bytes
patch
obsolete
>Index: src/usr.bin/ssh/scp.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/scp.c,v >retrieving revision 1.86 >diff -u -p -r1.86 scp.c >--- src/usr.bin/ssh/scp.c 2001/12/05 03:56:39 1.86 >+++ src/usr.bin/ssh/scp.c 2002/01/22 16:08:24 >@@ -756,7 +756,7 @@ sink(argc, argv) > cursize = need; > } > (void) snprintf(namebuf, need, "%s%s%s", targ, >- *targ ? "/" : "", cp); >+ strcmp(targ, "/") ? "/" : "", cp); > np = namebuf; > } else > np = targ;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 76
: 19