[BACK]Return to sftp-server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sftp-server.c between version 1.125 and 1.126

version 1.125, 2021/03/31 21:58:07 version 1.126, 2021/04/03 05:28:43
Line 1492 
Line 1492 
 process_extended(u_int32_t id)  process_extended(u_int32_t id)
 {  {
         char *request;          char *request;
         int i, r;          int r;
         const struct sftp_handler *exthand;          const struct sftp_handler *exthand;
   
         if ((r = sshbuf_get_cstring(iqueue, &request, NULL)) != 0)          if ((r = sshbuf_get_cstring(iqueue, &request, NULL)) != 0)

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126