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

Diff for /src/usr.bin/ssh/authfile.c between version 1.143 and 1.144

version 1.143, 2022/06/21 14:52:13 version 1.144, 2023/03/14 07:26:25
Line 206 
Line 206 
         int r;          int r;
         struct sshkey *k = NULL;          struct sshkey *k = NULL;
   
           if (kp == NULL)
                   return SSH_ERR_INVALID_ARGUMENT;
         *kp = NULL;          *kp = NULL;
         if (commentp != NULL)          if (commentp != NULL)
                 *commentp = NULL;                  *commentp = NULL;

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144