PERFORCE change 126004 for review
Pawel Worach
pawel.worach at gmail.com
Mon Oct 22 13:18:08 PDT 2007
Ana Kukec wrote:
> http://perforce.freebsd.org/chv.cgi?CH=126004
>
> Change 126004 by anchie at anchie_malimis on 2007/09/03 16:07:56
>
> Virtualization of netinet6 integer variables (#2).
>
> Differences ...
>
> ==== //depot/projects/vimage/src/sys/netinet6/icmp6.c#14 (text+ko) ====
>
> @@ -138,7 +142,9 @@
> void
> icmp6_init(void)
> {
> - icmp6errpps_count = 0;
> + INIT_VNET_INET6(curvnet);
> + V_icmp6errpps_count = 0;
> + V_icmp6errpps_count = 0;
>
Hi Ana,
One of those is probably redundant, cut-n-pasto ?
Regards
--
Pawel
More information about the p4-projects
mailing list