- (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by
   kent@lysator.liu.se
diff --git a/auth1.c b/auth1.c
index 8553bfa..4f33fa8 100644
--- a/auth1.c
+++ b/auth1.c
@@ -389,7 +389,7 @@
 	    use_privsep ? " [net]" : "");
 
 #ifdef USE_PAM
-	start_pam(pw == NULL ? "NOUSER" : user);
+	start_pam(authctxt->pw == NULL ? "NOUSER" : user);
 #endif
 
 	/*