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

Diff for /src/usr.bin/ssh/auth.c between version 1.42 and 1.43

version 1.42, 2002/05/13 20:44:58 version 1.43, 2002/05/17 14:27:55
Line 416 
Line 416 
         }          }
 #ifdef BSD_AUTH  #ifdef BSD_AUTH
         if ((as = auth_open()) == NULL || auth_setpwd(as, pw) != 0 ||          if ((as = auth_open()) == NULL || auth_setpwd(as, pw) != 0 ||
             auth_approval(NULL, lc, pw->pw_name, "ssh") <= 0) {              auth_approval(as, lc, pw->pw_name, "ssh") <= 0) {
                 debug("Approval failure for %s", user);                  debug("Approval failure for %s", user);
                 pw = NULL;                  pw = NULL;
         }          }

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43