mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-18 20:10:53 +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);
|
||||
}
|
||||
}
|
||||
|
||||
#if PPPOE_SUPPORT
|
||||
pppoe_init();
|
||||
#endif /* PPPOE_SUPPORT */
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user