PERFORCE change 144587 for review
Julian Elischer
julian at FreeBSD.org
Fri Jul 4 00:13:13 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=144587
Change 144587 by julian at julian_trafmon1 on 2008/07/04 00:12:43
remove un-needed '&' in SYSCTL_V_INT
Affected files ...
.. //depot/projects/vimage/src/sys/netipsec/ipsec.c#21 edit
Differences ...
==== //depot/projects/vimage/src/sys/netipsec/ipsec.c#21 (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