[BACK]Return to sftp-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sftp-client.c between version 1.111 and 1.112

version 1.111, 2013/12/05 22:59:45 version 1.112, 2014/01/16 07:31:09
Line 1097 
Line 1097 
                             local_path, strerror(errno));                              local_path, strerror(errno));
                         goto fail;                          goto fail;
                 }                  }
                 if ((size_t)st.st_size > size) {                  if (st.st_size > size) {
                         error("Unable to resume download of \"%s\": "                          error("Unable to resume download of \"%s\": "
                             "local file is larger than remote", local_path);                              "local file is larger than remote", local_path);
  fail:   fail:

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112