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

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.69 and 1.70

version 1.69, 2017/08/18 05:36:45 version 1.70, 2017/08/18 05:48:04
Line 434 
Line 434 
         fclose(f);          fclose(f);
         f = NULL;          f = NULL;
   
         if (exited_cleanly(pid, "AuthorizedPrincipalsCommand", command) != 0)          if (exited_cleanly(pid, "AuthorizedPrincipalsCommand", command, 0) != 0)
                 goto out;                  goto out;
   
         /* Read completed successfully */          /* Read completed successfully */
Line 764 
Line 764 
         fclose(f);          fclose(f);
         f = NULL;          f = NULL;
   
         if (exited_cleanly(pid, "AuthorizedKeysCommand", command) != 0)          if (exited_cleanly(pid, "AuthorizedKeysCommand", command, 0) != 0)
                 goto out;                  goto out;
   
         /* Read completed successfully */          /* Read completed successfully */

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70