From c83de6db41324ef18cef42e1c8666428c02e92ca Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 16 Feb 2001 14:17:59 +1100 Subject: KNF --- auth2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auth2.c b/auth2.c index 0a627bf80..88fca2c9b 100644 --- a/auth2.c +++ b/auth2.c @@ -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 */ -- cgit v1.2.3