Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2007 23:25:44 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 124104 for review
Message-ID:  <200707252325.l6PNPitQ098992@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 124104 by zec@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();



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