From e68a95142e5024b144f8eeccd5ffdee42c34f44c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 31 May 2024 19:05:34 +1000 Subject: [PATCH] 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 d669a03f1..53478f004 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); -- 2.47.3