]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
remove remaining use_privsep mention
authorDamien Miller <djm@mindrot.org>
Fri, 31 May 2024 09:05:34 +0000 (19:05 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 31 May 2024 09:05:34 +0000 (19:05 +1000)
sshd-session.c

index d669a03f1d729653cff1c5a39131187fdd00651f..53478f0047c41c724148db2424f134fd00904632 100644 (file)
@@ -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);