summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index ee165a442..e990ff57e 100644
--- a/auth1.c
+++ b/auth1.c
@@ -95,7 +95,7 @@ do_authloop(Authctxt *authctxt)
95#ifdef KRB4 95#ifdef KRB4
96 (!options.kerberos_authentication || options.kerberos_or_local_passwd) && 96 (!options.kerberos_authentication || options.kerberos_or_local_passwd) &&
97#endif 97#endif
98#ifdef USE_PAM /* ISSUE: Right?? */ 98#ifdef USE_PAM
99 auth_pam_password(pw, password)) { 99 auth_pam_password(pw, password)) {
100#else 100#else
101 auth_password(pw, "")) { 101 auth_password(pw, "")) {