summaryrefslogtreecommitdiffstats
path: root/auth2.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-16 14:17:59 +1100
committerDamien Miller <djm@mindrot.org>2001-02-16 14:17:59 +1100
commitc83de6db41324ef18cef42e1c8666428c02e92ca (patch)
tree4b0b94db68111818a736f81d4b2122162bad67e2 /auth2.c
parent8fa2bda561b7ce6bb79eff8023198e97580b089d (diff)
KNF
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth2.c b/auth2.c
index 0a627bf8..88fca2c9 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 */