Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2007 21:50:09 +0200
From:      Pawel Worach <pawel.worach@gmail.com>
To:        Ana Kukec <anchie@FreeBSD.org>
Cc:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   Re: PERFORCE change 126004 for review
Message-ID:  <471CFEF1.3070508@gmail.com>
In-Reply-To: <200709031608.l83G8JNL093158@repoman.freebsd.org>
References:  <200709031608.l83G8JNL093158@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Ana Kukec wrote:
> http://perforce.freebsd.org/chv.cgi?CH=126004
> 
> Change 126004 by anchie@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



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