View | Details | Raw Unified | Return to bug 789 | Differences between
and this patch

Collapse All | Expand All

(-)session.c (-1 / +1 lines)
Lines 398-404 do_exec_no_pty(Session *s, const char *c Link Here
398
	session_proctitle(s);
398
	session_proctitle(s);
399
399
400
#if defined(USE_PAM)
400
#if defined(USE_PAM)
401
	if (options.use_pam)
401
	if (options.use_pam && use_privsep)
402
		do_pam_setcred(1);
402
		do_pam_setcred(1);
403
#endif /* USE_PAM */
403
#endif /* USE_PAM */
404
404

Return to bug 789