Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53670 Details for
Bug 85578
net-ftp/gftp - needs write access to a file to read it (SSH protocol)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix bug as per suggestion attached to http://bugs.gnome.org/show_bug.cgi?id=168992
gftp-2.0.18-fix_read.patch (text/plain), 393 bytes, created by
Ryan
on 2005-03-16 19:11:38 UTC
(
hide
)
Description:
patch to fix bug as per suggestion attached to http://bugs.gnome.org/show_bug.cgi?id=168992
Filename:
MIME Type:
Creator:
Ryan
Created:
2005-03-16 19:11:38 UTC
Size:
393 bytes
patch
obsolete
>diff -uNr gftp-2.0.18/lib/sshv2.c gftp-2.0.18.patched/lib/sshv2.c >--- gftp-2.0.18/lib/sshv2.c >+++ gftp-2.0.18.patched/lib/sshv2.c >@@ -1841,7 +1841,7 @@ > { > int ret; > >- if ((ret = sshv2_open_file (request, file, startsize, SSH_FXP_OPEN)) < 0) >+ if ((ret = sshv2_open_file (request, file, startsize, SSH_FXF_READ)) < 0) > return (ret); > > return (sshv2_get_file_size (request, file));
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 85578
: 53670