[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.122 and 1.123

version 1.122, 2016/04/08 08:19:17 version 1.123, 2016/05/02 08:49:03
Line 508 
Line 508 
         struct sshbuf *msg;          struct sshbuf *msg;
         u_int count, id, i, expected_id, ents = 0;          u_int count, id, i, expected_id, ents = 0;
         size_t handle_len;          size_t handle_len;
         u_char type;          u_char type, *handle;
         char *handle;  
         int status = SSH2_FX_FAILURE;          int status = SSH2_FX_FAILURE;
         int r;          int r;
   

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123