summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'session.c')
-rw-r--r--session.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/session.c b/session.c
index df7552334..b32c9e2ca 100644
--- a/session.c
+++ b/session.c
@@ -2344,10 +2344,6 @@ do_cleanup(Authctxt *authctxt)
2344 } 2344 }
2345#endif 2345#endif
2346 2346
2347#ifdef SSH_AUDIT_EVENTS
2348 PRIVSEP(audit_event(SSH_CONNECTION_CLOSE));
2349#endif
2350
2351 /* remove agent socket */ 2347 /* remove agent socket */
2352 auth_sock_cleanup_proc(authctxt->pw); 2348 auth_sock_cleanup_proc(authctxt->pw);
2353 2349