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

Diff for /src/usr.bin/ssh/authfd.c between version 1.122 and 1.123

version 1.122, 2020/02/26 13:40:09 version 1.123, 2020/03/06 18:24:39
Line 341 
Line 341 
         size_t i;          size_t i;
         struct ssh_identitylist *idlist = NULL;          struct ssh_identitylist *idlist = NULL;
   
         if ((r = ssh_fetch_identitylist(sock, &idlist)) < 0) {          if ((r = ssh_fetch_identitylist(sock, &idlist)) != 0) {
                 return r;                  return r;
         }          }
   

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