summaryrefslogtreecommitdiffstats
path: root/sys/contrib/altq
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-05-17 20:59:09 +0000
committerbz <bz@FreeBSD.org>2009-05-17 20:59:09 +0000
commit68731e73fd9f16d8c2ed9369717b085da5498538 (patch)
tree50fa37efad73bb67c61078e74590a416aa384bec /sys/contrib/altq
parent19e766fa3c64f852f94643b486a2f6fe4668157d (diff)
downloadFreeBSD-src-68731e73fd9f16d8c2ed9369717b085da5498538.zip
FreeBSD-src-68731e73fd9f16d8c2ed9369717b085da5498538.tar.gz
Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again.
Diffstat (limited to 'sys/contrib/altq')
-rw-r--r--sys/contrib/altq/altq/altq_subr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/contrib/altq/altq/altq_subr.c b/sys/contrib/altq/altq/altq_subr.c
index b2715ad..6febbab 100644
--- a/sys/contrib/altq/altq/altq_subr.c
+++ b/sys/contrib/altq/altq/altq_subr.c
@@ -454,6 +454,7 @@ static void
tbr_timeout(arg)
void *arg;
{
+ INIT_VNET_NET(curvnet);
struct ifnet *ifp;
int active, s;
OpenPOWER on IntegriCloud