ppp: Fix trivial copy paste error

This commit is contained in:
Denis Kenzior 2010-04-22 15:07:42 -05:00
parent 226865272c
commit 07280e1bff
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ struct pppcp_proto lcp_proto = {
void lcp_free(struct pppcp_data *pppcp)
{
struct ipcp_data *lcp = pppcp_get_data(pppcp);
struct lcp_data *lcp = pppcp_get_data(pppcp);
g_free(lcp);
pppcp_free(pppcp);