summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
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 /*