summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth1.c b/auth1.c
index 4f33fa878..89ae47df2 100644
--- a/auth1.c
+++ b/auth1.c
@@ -253,6 +253,7 @@ do_authloop(Authctxt *authctxt)
253 /* Do SIA auth with password */ 253 /* Do SIA auth with password */
254 authenticated = auth_sia_password(authctxt->user, 254 authenticated = auth_sia_password(authctxt->user,
255 password); 255 password);
256#else /* !USE_PAM && !HAVE_OSF_SIA */
256 /* Try authentication with the password. */ 257 /* Try authentication with the password. */
257 authenticated = PRIVSEP(auth_password(authctxt, password)); 258 authenticated = PRIVSEP(auth_password(authctxt, password));
258#endif /* USE_PAM */ 259#endif /* USE_PAM */