From d7c0868be350640ac572c455d538fb72de85cacb Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 18 Jan 2007 18:53:13 +0000 Subject: Temporarily comment out the KASSERT that broke the kernel build. --- sys/netgraph/ng_ppp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/netgraph/ng_ppp.c') diff --git a/sys/netgraph/ng_ppp.c b/sys/netgraph/ng_ppp.c index e10c1fa..8356fd8 100644 --- a/sys/netgraph/ng_ppp.c +++ b/sys/netgraph/ng_ppp.c @@ -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); -- cgit v1.1