PPPoE reauth bug fixed

This commit is contained in:
Sylvain Rochet 2012-06-04 15:31:29 +02:00
parent 2c7bd7e591
commit ca1ad99bea

View File

@ -1866,7 +1866,8 @@ void ppp_link_down(int pd) {
#if PPPOE_SUPPORT
if (ppp_control_list[pd].ethif) {
pppoe_disconnect(ppp_control_list[pd].pppoe_sc);
/* FIXME: find a way to set PPPoE down without disconnecting and freeing PPPoE structures */
/* pppoe_disconnect(ppp_control_list[pd].pppoe_sc); */
} else
#endif /* PPPOE_SUPPORT */
{