]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
No need to call pppoe_init any more (since the linked list is implicitly initialized...
authorgoldsimon <goldsimon>
Sun, 16 May 2010 14:35:03 +0000 (14:35 +0000)
committergoldsimon <goldsimon>
Sun, 16 May 2010 14:35:03 +0000 (14:35 +0000)
src/netif/ppp/ppp.c

index e42b088e565b9313ed5eca9a82ebfee1175aa32f..4674f06e7e5871b14ffa95bf94af70cd2d046867 100644 (file)
@@ -447,10 +447,6 @@ pppInit(void)
       (*protp->init)(i);
     }
   }
-
-#if PPPOE_SUPPORT
-  pppoe_init();
-#endif /* PPPOE_SUPPORT */
 }
 
 void