mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-29 03:14:04 +00:00
No need to call pppoe_init any more (since the linked list is implicitly initialized to zero by the loader)
This commit is contained in:
parent
5d0785e47a
commit
290bd400c3
@ -447,10 +447,6 @@ pppInit(void)
|
|||||||
(*protp->init)(i);
|
(*protp->init)(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if PPPOE_SUPPORT
|
|
||||||
pppoe_init();
|
|
||||||
#endif /* PPPOE_SUPPORT */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user