[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.41 and 1.42

version 1.41, 2003/01/14 10:58:00 version 1.42, 2003/03/05 22:33:43
Line 374 
Line 374 
                                 error("Couldn't read directory: %s",                                  error("Couldn't read directory: %s",
                                     fx2txt(status));                                      fx2txt(status));
                                 do_close(conn, handle, handle_len);                                  do_close(conn, handle, handle_len);
                                   xfree(handle);
                                 return(status);                                  return(status);
                         }                          }
                 } else if (type != SSH2_FXP_NAME)                  } else if (type != SSH2_FXP_NAME)
Line 1109 
Line 1110 
                                     remote_path, fx2txt(status));                                      remote_path, fx2txt(status));
                                 do_close(conn, handle, handle_len);                                  do_close(conn, handle, handle_len);
                                 close(local_fd);                                  close(local_fd);
                                   xfree(data);
                                   xfree(ack);
                                 goto done;                                  goto done;
                         }                          }
                         debug3("In write loop, ack for %u %u bytes at %llu",                          debug3("In write loop, ack for %u %u bytes at %llu",

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42