summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index a5b7f1ca3..11d618d11 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1728,6 +1728,10 @@ main(int ac, char **av)
1728 finish_pam(); 1728 finish_pam();
1729#endif /* USE_PAM */ 1729#endif /* USE_PAM */
1730 1730
1731#ifdef SSH_AUDIT_EVENTS
1732 PRIVSEP(audit_event(SSH_CONNECTION_CLOSE));
1733#endif
1734
1731 packet_close(); 1735 packet_close();
1732 1736
1733 if (use_privsep) 1737 if (use_privsep)