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:
goldsimon 2010-05-16 14:35:03 +00:00
parent 5d0785e47a
commit 290bd400c3

View File

@ -447,10 +447,6 @@ pppInit(void)
(*protp->init)(i);
}
}
#if PPPOE_SUPPORT
pppoe_init();
#endif /* PPPOE_SUPPORT */
}
void