- (stevesk) auth1.c: fix PAM passwordless check.
diff --git a/auth1.c b/auth1.c
index 405357b..a7693df 100644
--- a/auth1.c
+++ b/auth1.c
@@ -97,7 +97,7 @@
 	    (!options.kerberos_authentication || options.kerberos_or_local_passwd) &&
 #endif
 #ifdef USE_PAM
-	    auth_pam_password(pw, password)) {
+	    auth_pam_password(pw, "")) {
 #else
 	    auth_password(pw, "")) {
 #endif