From 22e22bf9bab94862c860ad4ed652f308dda63f81 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 19 Jan 2001 15:46:38 +1100 Subject: - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai ) to fix NULL pointer deref and fake authloop breakage in PAM code. --- auth1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth1.c') diff --git a/auth1.c b/auth1.c index 0f21c4c7c..ee165a442 100644 --- a/auth1.c +++ b/auth1.c @@ -414,7 +414,7 @@ do_authentication() #ifdef USE_PAM if (pw) - start_pam(pw); + start_pam(user); #endif /* -- cgit v1.2.3