Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 85578
Collapse All | Expand All

(-)gftp-2.0.18/lib/sshv2.c (-1 / +1 lines)
Lines 1841-1847 Link Here
1841
{
1841
{
1842
  int ret;
1842
  int ret;
1843
1843
1844
  if ((ret = sshv2_open_file (request, file, startsize, SSH_FXP_OPEN)) < 0)
1844
  if ((ret = sshv2_open_file (request, file, startsize, SSH_FXF_READ)) < 0)
1845
    return (ret);
1845
    return (ret);
1846
1846
1847
  return (sshv2_get_file_size (request, file));
1847
  return (sshv2_get_file_size (request, file));

Return to bug 85578