KNF
This commit is contained in:
parent
8fa2bda561
commit
c83de6db41
3
auth2.c
3
auth2.c
|
@ -235,7 +235,8 @@ input_userauth_request(int type, int plen, void *ctxt)
|
||||||
authenticated = 0;
|
authenticated = 0;
|
||||||
|
|
||||||
#ifdef USE_PAM
|
#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;
|
authenticated = 0;
|
||||||
#endif /* USE_PAM */
|
#endif /* USE_PAM */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue