summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-03-05 16:26:32 +0000
committerColin Watson <cjwatson@debian.org>2004-03-05 16:26:32 +0000
commit9414b9d65cdc953c2436ba0a607b149e4b4cde1a (patch)
treeb17f98ded50ec565754e1a1dd6a16d7ee5739afe /auth1.c
parentf8e0d0cb8e77672526baf211bda0b4baae557d33 (diff)
Really pick up upstream fix for OpenSSH bug #808, a segfault. The previous
auth-pam.c change was in fact a different bug.
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
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)
307 307
308#ifdef USE_PAM 308#ifdef USE_PAM
309 if (options.use_pam) 309 if (options.use_pam)
310 PRIVSEP(start_pam(user)); 310 PRIVSEP(start_pam(authctxt));
311#endif 311#endif
312 312
313 /* 313 /*