Bugzilla – Attachment 57 Details for
Bug 197
Error getting file with sftp on old F-Secure servers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fallback to stat if lstat is not supported
U (text/plain), 595 bytes, created by
Markus Friedl
on 2002-04-02 08:02:20 AEST
(
hide
)
Description:
fallback to stat if lstat is not supported
Filename:
MIME Type:
Creator:
Markus Friedl
Created:
2002-04-02 08:02:20 AEST
Size:
595 bytes
patch
obsolete
>Index: sftp-client.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/sftp-client.c,v >retrieving revision 1.28 >diff -u -r1.28 sftp-client.c >--- sftp-client.c 19 Mar 2002 10:49:35 -0000 1.28 >+++ sftp-client.c 1 Apr 2002 21:19:56 -0000 >@@ -508,8 +508,8 @@ > if (quiet) > debug("Server version does not support lstat operation"); > else >- error("Server version does not support lstat operation"); >- return(NULL); >+ log("Server version does not support lstat operation"); >+ return(do_stat(conn, path, quiet)); > } > > id = conn->msg_id++;
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 197
: 57