This commit is contained in:
Damien Miller 2001-02-16 14:17:59 +11:00
parent 8fa2bda561
commit c83de6db41
1 changed files with 2 additions and 1 deletions

View File

@ -235,7 +235,8 @@ input_userauth_request(int type, int plen, void *ctxt)
authenticated = 0;
#ifdef USE_PAM
if (authenticated && authctxt->user && !do_pam_account(authctxt->user, NULL))
if (authenticated && authctxt->user && !do_pam_account(authctxt->user,
NULL))
authenticated = 0;
#endif /* USE_PAM */