diff options
Diffstat (limited to 'gatchat/ppp_lcp.c')
-rw-r--r-- | gatchat/ppp_lcp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gatchat/ppp_lcp.c b/gatchat/ppp_lcp.c index 76c6759b..78407d41 100644 --- a/gatchat/ppp_lcp.c +++ b/gatchat/ppp_lcp.c @@ -211,8 +211,6 @@ void lcp_free(struct pppcp_data *lcp) if (lcp == NULL) return; - /* TBD unregister packet handler */ - pppcp_free(lcp); } |