[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.57.2.2 and 1.57.2.3

version 1.57.2.2, 2006/10/06 03:19:33 version 1.57.2.3, 2006/11/08 00:44:05
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.57.2.2  
changed lines
  Added in v.1.57.2.3