summaryrefslogtreecommitdiffstats
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 ee165a44..e990ff57 100644
--- a/auth1.c
+++ b/auth1.c
@@ -95,7 +95,7 @@ do_authloop(Authctxt *authctxt)
#ifdef KRB4
(!options.kerberos_authentication || options.kerberos_or_local_passwd) &&
#endif
-#ifdef USE_PAM /* ISSUE: Right?? */
+#ifdef USE_PAM
auth_pam_password(pw, password)) {
#else
auth_password(pw, "")) {