summaryrefslogtreecommitdiffstats
path: root/sys/netinet/igmp.c
diff options
context:
space:
mode:
authorzec <zec@FreeBSD.org>2009-05-08 14:28:06 +0000
committerzec <zec@FreeBSD.org>2009-05-08 14:28:06 +0000
commit1f0a16821c2fc8f3daf00890ca6c380e616c8ee4 (patch)
treee8bb9c4ad89bf0efd505a46d0cb9d2b5c049b61e /sys/netinet/igmp.c
parent639797b2e609797fdaf2c8e88b9203bfc7c70b7e (diff)
downloadFreeBSD-src-1f0a16821c2fc8f3daf00890ca6c380e616c8ee4.zip
FreeBSD-src-1f0a16821c2fc8f3daf00890ca6c380e616c8ee4.tar.gz
Remove a bogus check that unintentionally slipped in r191816.
This change has no functional impact on nooptions VIMAGE builds. Submitted by: bz
Diffstat (limited to 'sys/netinet/igmp.c')
-rw-r--r--sys/netinet/igmp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c
index 34390a0..1a311f2 100644
--- a/sys/netinet/igmp.c
+++ b/sys/netinet/igmp.c
@@ -1100,9 +1100,6 @@ igmp_input_v3_group_query(struct in_multi *inm, struct igmp_ifinfo *igi,
nsrc = ntohs(igmpv3->igmp_numsrc);
- if (!IS_DEFAULT_VNET(curvnet))
- return (retval);
-
/*
* Deal with group-specific queries upfront.
* If any group query is already pending, purge any recorded
OpenPOWER on IntegriCloud