View | Details | Raw Unified | Return to bug 125 | Differences between
and this patch

Collapse All | Expand All

(-)session.c (-4 lines)
Lines 2344-2353 do_cleanup(Authctxt *authctxt) Link Here
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
(-)sshd.c (+4 lines)
Lines 1728-1733 main(int ac, char **av) Link Here
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)

Return to bug 125