aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ppp.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-01-18 18:53:13 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-01-18 18:53:13 +0000
commitda1fa91ac042e7e2256ea56559c8cde162c08169 (patch)
tree2043ea1c2641aa6bda58781bc958d56dd3caa96a /sys/netgraph/ng_ppp.c
parent23e81b7e0312e6edcf1320225f04d1f6f382c8ba (diff)
downloadsrc-da1fa91ac042e7e2256ea56559c8cde162c08169.tar.gz
src-da1fa91ac042e7e2256ea56559c8cde162c08169.zip
Temporarily comment out the KASSERT that broke the kernel build.
Notes
Notes: svn path=/head/; revision=166097
Diffstat (limited to 'sys/netgraph/ng_ppp.c')
-rw-r--r--sys/netgraph/ng_ppp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netgraph/ng_ppp.c b/sys/netgraph/ng_ppp.c
index e10c1fab114a..8356fd8120f2 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);