From 290bd400c3234d5fbf36c488fdcac19fcb5faf72 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Sun, 16 May 2010 14:35:03 +0000 Subject: [PATCH] No need to call pppoe_init any more (since the linked list is implicitly initialized to zero by the loader) --- src/netif/ppp/ppp.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/netif/ppp/ppp.c b/src/netif/ppp/ppp.c index e42b088e..4674f06e 100644 --- a/src/netif/ppp/ppp.c +++ b/src/netif/ppp/ppp.c @@ -447,10 +447,6 @@ pppInit(void) (*protp->init)(i); } } - -#if PPPOE_SUPPORT - pppoe_init(); -#endif /* PPPOE_SUPPORT */ } void