diff options
Diffstat (limited to 'gatchat/ppp_lcp.c')
-rw-r--r-- | gatchat/ppp_lcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gatchat/ppp_lcp.c b/gatchat/ppp_lcp.c index 6460f336..aee7b104 100644 --- a/gatchat/ppp_lcp.c +++ b/gatchat/ppp_lcp.c @@ -220,7 +220,6 @@ struct pppcp_data *lcp_new(GAtPPP *ppp) pppcp->option_strings = lcp_option_strings; pppcp->prefix = "lcp"; - pppcp->priv = pppcp; /* set the actions */ pppcp->action = &lcp_action; |