[openssh-commits] [openssh] 03/05: remove remaining use_privsep mention
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri May 31 19:12:34 AEST 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit e68a95142e5024b144f8eeccd5ffdee42c34f44c
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Fri May 31 19:05:34 2024 +1000
remove remaining use_privsep mention
---
sshd-session.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sshd-session.c b/sshd-session.c
index d669a03f..53478f00 100644
--- a/sshd-session.c
+++ b/sshd-session.c
@@ -1465,7 +1465,7 @@ cleanup_exit(int i)
}
#ifdef SSH_AUDIT_EVENTS
/* done after do_cleanup so it can cancel the PAM auth 'thread' */
- if (the_active_state != NULL && (!use_privsep || mm_is_monitor()))
+ if (the_active_state != NULL && mm_is_monitor())
audit_event(the_active_state, SSH_CONNECTION_ABANDON);
#endif
_exit(i);
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list