- (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
   to fix NULL pointer deref and fake authloop breakage in PAM code.
diff --git a/auth1.c b/auth1.c
index 0f21c4c..ee165a4 100644
--- a/auth1.c
+++ b/auth1.c
@@ -414,7 +414,7 @@
 
 #ifdef USE_PAM
 	if (pw)
-		start_pam(pw);
+		start_pam(user);
 #endif
 
 	/*