PERFORCE change 124104 for review

Marko Zec zec at FreeBSD.org
Wed Jul 25 23:25:45 UTC 2007


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

Change 124104 by zec at zec_tca51 on 2007/07/25 23:24:58

	Fix a typo introduced in previous change.

Affected files ...

.. //depot/projects/vimage/src/sys/netipsec/key.c#10 edit

Differences ...

==== //depot/projects/vimage/src/sys/netipsec/key.c#10 (text+ko) ====

@@ -7173,7 +7173,7 @@
 	V_ipsec_esp_auth = 0;
 	V_ipsec_ah_keymin = 128;
 #ifdef VIMAGE
-	if (!IS_VNET_0(curvnet)) {
+	if (IS_VNET_0(curvnet)) {
 #endif
 	SPTREE_LOCK_INIT();
 	REGTREE_LOCK_INIT();


More information about the p4-projects mailing list