Temporarily comment out the KASSERT that broke the kernel build.
This commit is contained in:
parent
23e81b7e03
commit
da1fa91ac0
@ -1284,8 +1284,10 @@ ng_ppp_rcvdata(hook_p hook, item_p item)
|
||||
uint16_t proto;
|
||||
struct mbuf *m;
|
||||
|
||||
/*
|
||||
KASSERT(linkNum >= 0 && linkNum < NG_PPP_MAX_LINKS,
|
||||
("%s: bogus index 0x%x", __func__, index));
|
||||
*/
|
||||
|
||||
NGI_GET_M(item, m);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user