From: Damien Miller Date: Fri, 31 May 2024 09:05:34 +0000 (+1000) Subject: remove remaining use_privsep mention X-Git-Tag: V_9_8_P1~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e68a95142e5024b144f8eeccd5ffdee42c34f44c;p=thirdparty%2Fopenssh-portable.git remove remaining use_privsep mention --- 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);