PERFORCE change 122758 for review

Marko Zec zec at FreeBSD.org
Tue Jul 3 09:15:33 UTC 2007


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

Change 122758 by zec at zec_tpx32 on 2007/07/03 09:14:43

	Do not skip tcptw_zone creation for vnet_0.

Affected files ...

.. //depot/projects/vimage/src/sys/netinet/tcp_timewait.c#4 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet/tcp_timewait.c#4 (text+ko) ====

@@ -170,7 +170,7 @@
 	TAILQ_INIT(&V_twq_2msl);
 
 #ifdef VIMAGE
-	if (curvnet == &vnet_0)
+	if (curvnet != &vnet_0)
 		return;
 #endif
 


More information about the p4-projects mailing list