[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.96 and 1.97

version 1.96, 2011/09/12 08:46:15 version 1.97, 2012/07/02 12:13:26
Line 750 
Line 750 
         longname = buffer_get_string(&msg, NULL);          longname = buffer_get_string(&msg, NULL);
         a = decode_attrib(&msg);          a = decode_attrib(&msg);
   
         debug3("SSH_FXP_REALPATH %s -> %s", path, filename);          debug3("SSH_FXP_REALPATH %s -> %s size %lu", path, filename,
               (unsigned long)a->size);
   
         xfree(longname);          xfree(longname);
   

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97