Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2009 21:43:21 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 159261 for review
Message-ID:  <200903152143.n2FLhL8w083021@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=159261

Change 159261 by zec@zec_amdx2 on 2009/03/15 21:42:54

	Unbreak build.
	
	TODO: deal with the new IGMP code in the vimage branch.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet/igmp.c#19 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netinet/igmp.c#19 (text+ko) ====

@@ -1132,11 +1132,6 @@
 
 	nsrc = ntohs(igmpv3->igmp_numsrc);
 
-	SLIST_INIT(&V_router_info_head);
- 
-	if (!IS_DEFAULT_VNET(curvnet))
-		return;
-
 	/*
 	 * Deal with group-specific queries upfront.
 	 * If any group query is already pending, purge any recorded



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903152143.n2FLhL8w083021>