mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-07 05:30:14 +00:00
Changed // style comments to /* style */ comments.
This commit is contained in:
parent
a3c3f47e17
commit
75935ad251
@ -557,7 +557,7 @@ void pppOverEthernetClose(int pd)
|
|||||||
{
|
{
|
||||||
PPPControl* pc = &pppControl[pd];
|
PPPControl* pc = &pppControl[pd];
|
||||||
|
|
||||||
// *TJL* There's no lcp_deinit
|
/* *TJL* There's no lcp_deinit */
|
||||||
lcp_close(pd, NULL);
|
lcp_close(pd, NULL);
|
||||||
|
|
||||||
pppoe_destroy(&pc->netif);
|
pppoe_destroy(&pc->netif);
|
||||||
@ -1533,7 +1533,7 @@ static void pppMain(void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
PPPDEBUG((LOG_INFO, "pppMain: unit %d: PHASE_DEAD\n", pd));
|
PPPDEBUG((LOG_INFO, "pppMain: unit %d: PHASE_DEAD\n", pd));
|
||||||
pppDrop(pc); // bug fix #17726
|
pppDrop(pc); /* bug fix #17726 */
|
||||||
pbuf_free(p);
|
pbuf_free(p);
|
||||||
|
|
||||||
out:
|
out:
|
||||||
|
Loading…
Reference in New Issue
Block a user