From 9414b9d65cdc953c2436ba0a607b149e4b4cde1a Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 5 Mar 2004 16:26:32 +0000 Subject: Really pick up upstream fix for OpenSSH bug #808, a segfault. The previous auth-pam.c change was in fact a different bug. --- auth1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth1.c') diff --git a/auth1.c b/auth1.c index 82fe5fb80..f145cf03d 100644 --- a/auth1.c +++ b/auth1.c @@ -307,7 +307,7 @@ do_authentication(Authctxt *authctxt) #ifdef USE_PAM if (options.use_pam) - PRIVSEP(start_pam(user)); + PRIVSEP(start_pam(authctxt)); #endif /* -- cgit v1.2.3