diff options
Diffstat (limited to 'gatchat/ppp_auth.c')
-rw-r--r-- | gatchat/ppp_auth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gatchat/ppp_auth.c b/gatchat/ppp_auth.c index 77fa06d2..e04f708d 100644 --- a/gatchat/ppp_auth.c +++ b/gatchat/ppp_auth.c @@ -163,8 +163,6 @@ static void chap_process_packet(struct auth_data *data, guint8 *new_packet) static void chap_free(struct auth_data *auth) { - /* TBD unregister protocol handler */ - g_free(auth->proto_data); } |