[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.2 and 1.3

version 1.2, 2001/02/04 15:23:08 version 1.3, 2001/02/04 15:32:25
Line 222 
Line 222 
   
         get_msg(fd_in, &msg);          get_msg(fd_in, &msg);
   
         /* Expecting a VERSION reply */          /* Expecting a VERSION reply */
         if ((type = buffer_get_char(&msg)) != SSH2_FXP_VERSION) {          if ((type = buffer_get_char(&msg)) != SSH2_FXP_VERSION) {
                 error("Invalid packet back from SSH2_FXP_INIT (type %d)",                  error("Invalid packet back from SSH2_FXP_INIT (type %d)",
                     type);                      type);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3