summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accel-pppd/ppp/ppp.c2
-rw-r--r--accel-pppd/session.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/accel-pppd/ppp/ppp.c b/accel-pppd/ppp/ppp.c
index fee9334..f5877ed 100644
--- a/accel-pppd/ppp/ppp.c
+++ b/accel-pppd/ppp/ppp.c
@@ -186,7 +186,7 @@ static void destablish_ppp(struct ppp_t *ppp)
{
struct pppunit_cache *uc;
- triton_event_fire(EV_SES_PRE_FINISHED, ppp);
+ triton_event_fire(EV_SES_PRE_FINISHED, &ppp->ses);
triton_md_unregister_handler(&ppp->chan_hnd);
triton_md_unregister_handler(&ppp->unit_hnd);
diff --git a/accel-pppd/session.c b/accel-pppd/session.c
index 51264f8..666544d 100644
--- a/accel-pppd/session.c
+++ b/accel-pppd/session.c
@@ -206,6 +206,7 @@ void __export ap_session_terminate(struct ap_session *ses, int cause, int hard)
log_ppp_debug("terminate\n");
ap_session_ifdown(ses);
+ ap_session_read_stats(ses, NULL);
triton_event_fire(EV_SES_FINISHING, ses);