From b100ec95429daa986cb31834e462083adc22e8b6 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 19 Jan 2001 05:37:32 +0000 Subject: - (bal) Updated contrib/cygwin/ by Corinna Vinschen Also removed some of the 'ISSUES' comments that have been verified by djm. --- auth1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth1.c') 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) #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, "")) { -- cgit v1.2.3