[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.120 and 1.121

version 1.120, 2020/10/18 11:32:02 version 1.121, 2021/02/12 03:49:09
Line 663 
Line 663 
             /* fsync extension */              /* fsync extension */
             (r = sshbuf_put_cstring(msg, "fsync@openssh.com")) != 0 ||              (r = sshbuf_put_cstring(msg, "fsync@openssh.com")) != 0 ||
             (r = sshbuf_put_cstring(msg, "1")) != 0 || /* version */              (r = sshbuf_put_cstring(msg, "1")) != 0 || /* version */
               /* lsetstat extension */
             (r = sshbuf_put_cstring(msg, "lsetstat@openssh.com")) != 0 ||              (r = sshbuf_put_cstring(msg, "lsetstat@openssh.com")) != 0 ||
             (r = sshbuf_put_cstring(msg, "1")) != 0) /* version */              (r = sshbuf_put_cstring(msg, "1")) != 0) /* version */
                 fatal_fr(r, "compose");                  fatal_fr(r, "compose");

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121