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 405357ba0..a7693df59 100644
--- a/auth1.c
+++ b/auth1.c
@@ -97,7 +97,7 @@ do_authloop(Authctxt *authctxt)
97 (!options.kerberos_authentication || options.kerberos_or_local_passwd) && 97 (!options.kerberos_authentication || options.kerberos_or_local_passwd) &&
98#endif 98#endif
99#ifdef USE_PAM 99#ifdef USE_PAM
100 auth_pam_password(pw, password)) { 100 auth_pam_password(pw, "")) {
101#else 101#else
102 auth_password(pw, "")) { 102 auth_password(pw, "")) {
103#endif 103#endif