diff options
Diffstat (limited to 'net-ftp/gftp/files/gftp-2.0.18-ssh2-read.patch')
-rw-r--r-- | net-ftp/gftp/files/gftp-2.0.18-ssh2-read.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-ftp/gftp/files/gftp-2.0.18-ssh2-read.patch b/net-ftp/gftp/files/gftp-2.0.18-ssh2-read.patch deleted file mode 100644 index 765741b..0000000 --- a/net-ftp/gftp/files/gftp-2.0.18-ssh2-read.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- gftp-2.0.18.orig/lib/sshv2.c -+++ gftp-2.0.18/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)); - - |