summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatppp.c')
-rw-r--r--gatchat/gatppp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c
index 2462e7b5..74bd2658 100644
--- a/gatchat/gatppp.c
+++ b/gatchat/gatppp.c
@@ -437,6 +437,7 @@ void ppp_generate_event(GAtPPP *ppp, enum ppp_event event)
ppp_transition_phase(ppp, PPP_DEAD);
else if (ppp->phase == PPP_AUTHENTICATION)
ppp_transition_phase(ppp, PPP_TERMINATION);
+ break;
}
}