summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gatchat/gatppp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c
index 67aa3d95..6c846025 100644
--- a/gatchat/gatppp.c
+++ b/gatchat/gatppp.c
@@ -198,9 +198,10 @@ static void ppp_recv(GAtPPP *ppp, struct frame_buffer *frame)
ppp->auth->process_packet(ppp->auth, packet);
break;
}
- /* Otherwise fall through */
+ /* fall through */
default:
lcp_protocol_reject(ppp->lcp, frame->bytes, frame->len);
+ break;
};
g_free(frame);