mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
remove remaining use_privsep mention
This commit is contained in:
parent
b21d271f65
commit
e68a95142e
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user