Fixed compilation of VJ_SUPPORT after separating tx and rx

This commit is contained in:
goldsimon 2010-01-08 15:52:17 +00:00
parent 533e6b5f8d
commit 81640c4a83

View File

@ -1726,7 +1726,7 @@ pppDrop(PPPControlRx *pc)
pc->inTail = NULL;
}
#if VJ_SUPPORT
vj_uncompress_err(&pc->vjComp);
vj_uncompress_err(&pppControl[pc->pd].vjComp);
#endif /* VJ_SUPPORT */
LINK_STATS_INC(link.drop);