[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.8 and 1.9

version 1.8, 2001/02/08 17:11:23 version 1.9, 2001/02/10 00:41:46
Line 331 
Line 331 
                                 error("Couldn't read directory: %s",                                  error("Couldn't read directory: %s",
                                     fx2txt(status));                                      fx2txt(status));
                                 do_close(fd_in, fd_out, handle, handle_len);                                  do_close(fd_in, fd_out, handle, handle_len);
                                 return(NULL);                                  return(status);
                         }                          }
                 } else if (type != SSH2_FXP_NAME)                  } else if (type != SSH2_FXP_NAME)
                         fatal("Expected SSH2_FXP_NAME(%d) packet, got %d",                          fatal("Expected SSH2_FXP_NAME(%d) packet, got %d",

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9