diff options
author | Colin Watson <cjwatson@debian.org> | 2004-03-05 16:26:32 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-03-05 16:26:32 +0000 |
commit | 9414b9d65cdc953c2436ba0a607b149e4b4cde1a (patch) | |
tree | b17f98ded50ec565754e1a1dd6a16d7ee5739afe /auth1.c | |
parent | f8e0d0cb8e77672526baf211bda0b4baae557d33 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | /* |