remove remaining use_privsep mention

This commit is contained in:
Damien Miller 2024-05-31 19:05:34 +10:00
parent b21d271f65
commit e68a95142e
No known key found for this signature in database

View File

@ -1465,7 +1465,7 @@ cleanup_exit(int i)
} }
#ifdef SSH_AUDIT_EVENTS #ifdef SSH_AUDIT_EVENTS
/* done after do_cleanup so it can cancel the PAM auth 'thread' */ /* 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); audit_event(the_active_state, SSH_CONNECTION_ABANDON);
#endif #endif
_exit(i); _exit(i);