PERFORCE change 144588 for review

Julian Elischer julian at FreeBSD.org
Fri Jul 4 00:15:15 UTC 2008


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

Change 144588 by julian at julian_trafmon1 on 2008/07/04 00:14:20

	remove un-needed '&'

Affected files ...

.. //depot/projects/vimage-devel/src/sys/netipsec/ipsec.c#3 integrate

Differences ...

==== //depot/projects/vimage-devel/src/sys/netipsec/ipsec.c#3 (text+ko) ====

@@ -185,7 +185,7 @@
 int ipsec_integrity = 0;
 #endif
 SYSCTL_V_INT(V_NET, vnet_ipsec,_net_inet_ipsec, OID_AUTO, test_integrity,
-	CTLFLAG_RW, &ipsec_integrity, 0, "Emulate man-in-the-middle attack");
+	CTLFLAG_RW, ipsec_integrity, 0, "Emulate man-in-the-middle attack");
 #endif
 
 #ifndef VIMAGE


More information about the p4-projects mailing list