PERFORCE change 128006 for review

Ana Kukec anchie at FreeBSD.org
Wed Oct 24 05:32:06 PDT 2007


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

Change 128006 by anchie at anchie_malimis on 2007/10/24 12:31:29

		Removed redundant initialization of icmp6errpps_count variable. 	

Affected files ...

.. //depot/projects/vimage/src/sys/netinet6/icmp6.c#19 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet6/icmp6.c#19 (text+ko) ====

@@ -144,7 +144,6 @@
 {
 	INIT_VNET_INET6(curvnet);
 	V_icmp6errpps_count = 0;
-	V_icmp6errpps_count = 0;	
 
 	mld6_init();
 }


More information about the p4-projects mailing list