[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.74 and 1.75

version 1.74, 2006/08/03 03:34:42 version 1.75, 2006/10/22 02:25:50
Line 1124 
Line 1124 
                         if (status != SSH2_FX_OK) {                          if (status != SSH2_FX_OK) {
                                 error("Couldn't write to remote file \"%s\": %s",                                  error("Couldn't write to remote file \"%s\": %s",
                                     remote_path, fx2txt(status));                                      remote_path, fx2txt(status));
                                   if (showprogress)
                                           stop_progress_meter();
                                 do_close(conn, handle, handle_len);                                  do_close(conn, handle, handle_len);
                                 close(local_fd);                                  close(local_fd);
                                 xfree(data);                                  xfree(data);

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75