PERFORCE change 161019 for review

Marko Zec zec at FreeBSD.org
Fri Apr 24 08:09:19 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=161019

Change 161019 by zec at zec_tpx32 on 2009/04/24 08:09:13

	Add a missing vnet_netgraph base pointer initializer,
	currently a NOP macro but required for subsequent integration
	steps...

Affected files ...

.. //depot/projects/vimage-commit/src/sys/netgraph/ng_base.c#13 edit

Differences ...

==== //depot/projects/vimage-commit/src/sys/netgraph/ng_base.c#13 (text+ko) ====

@@ -3083,6 +3083,7 @@
 static int
 vnet_netgraph_iattach(const void *arg __unused)
 {
+	INITV_VNET_NETGRAPH(curvnet);
 
 	V_nextID = 1;
 


More information about the p4-projects mailing list