mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-06 12:13:37 +08:00
removed all PPP unit in ppp.c except pih->unit and unit used in debugging output
This commit is contained in:
@@ -656,7 +656,7 @@ link_terminated(unit)
|
||||
|
||||
lcp_lowerdown(0);
|
||||
|
||||
new_phase(unit, PHASE_DEAD);
|
||||
new_phase(pcb, PHASE_DEAD);
|
||||
ppp_link_terminated(pcb);
|
||||
#if 0
|
||||
/*
|
||||
@@ -873,7 +873,9 @@ static void
|
||||
network_phase(unit)
|
||||
int unit;
|
||||
{
|
||||
#if CBCP_SUPPORT
|
||||
ppp_pcb *pcb = &ppp_pcb_list[unit];
|
||||
#endif
|
||||
#if 0 /* UNUSED */
|
||||
lcp_options *go = &lcp_gotoptions[unit];
|
||||
#endif /* UNUSED */
|
||||
|
||||
Reference in New Issue
Block a user