mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08:00
Fixed compilation of VJ_SUPPORT after separating tx and rx
This commit is contained in:
parent
533e6b5f8d
commit
81640c4a83
@ -1726,7 +1726,7 @@ pppDrop(PPPControlRx *pc)
|
|||||||
pc->inTail = NULL;
|
pc->inTail = NULL;
|
||||||
}
|
}
|
||||||
#if VJ_SUPPORT
|
#if VJ_SUPPORT
|
||||||
vj_uncompress_err(&pc->vjComp);
|
vj_uncompress_err(&pppControl[pc->pd].vjComp);
|
||||||
#endif /* VJ_SUPPORT */
|
#endif /* VJ_SUPPORT */
|
||||||
|
|
||||||
LINK_STATS_INC(link.drop);
|
LINK_STATS_INC(link.drop);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user