aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_mroute.c
diff options
context:
space:
mode:
authorMarko Zec <zec@FreeBSD.org>2009-04-26 22:06:42 +0000
committerMarko Zec <zec@FreeBSD.org>2009-04-26 22:06:42 +0000
commit093f25f8c8b449b9b3cdb6cac7ef2d31f84bdca7 (patch)
tree1c2ccb403d29ceb85ca7992b6b96623f561c79db /sys/netinet/ip_mroute.c
parentdc7bf546c86433d1b42e5ec40a5d09a88ccdb9de (diff)
downloadsrc-093f25f8c8b449b9b3cdb6cac7ef2d31f84bdca7.tar.gz
src-093f25f8c8b449b9b3cdb6cac7ef2d31f84bdca7.zip
In preparation for turning on options VIMAGE in next commits,
rearrange / replace / adjust several INIT_VNET_* initializer macros, all of which currently resolve to whitespace. Reviewed by: bz (an older version of the patch) Approved by: julian (mentor)
Notes
Notes: svn path=/head/; revision=191548
Diffstat (limited to 'sys/netinet/ip_mroute.c')
-rw-r--r--sys/netinet/ip_mroute.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c
index 476ad2010762..e6c26fcc7f0f 100644
--- a/sys/netinet/ip_mroute.c
+++ b/sys/netinet/ip_mroute.c
@@ -1709,6 +1709,7 @@ X_ip_rsvp_force_done(struct socket *so __unused)
static void
X_rsvp_input(struct mbuf *m, int off __unused)
{
+ INIT_VNET_INET(curvnet);
if (!V_rsvp_on)
m_freem(m);