summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/ppp_auth.c')
-rw-r--r--gatchat/ppp_auth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/ppp_auth.c b/gatchat/ppp_auth.c
index b2e08b2b..78cde4b8 100644
--- a/gatchat/ppp_auth.c
+++ b/gatchat/ppp_auth.c
@@ -189,6 +189,7 @@ static struct chap_data *chap_new(struct auth_data *auth, guint8 method)
break;
default:
g_print("Unknown method\n");
+ break;
}
/* register packet handler for CHAP protocol */
@@ -208,6 +209,7 @@ void auth_set_proto(struct auth_data *data, guint16 proto, guint8 method)
break;
default:
g_print("Unknown auth protocol 0x%x\n", proto);
+ break;
}
}