commit: r599 - in branches: . spread_4_2_debug/daemon

[email protected] Tue, 22 Oct 2013 14:23:58 -0400
Newsgroups gmane.network.spread.cvs
Message-ID <[email protected]>
Author: jschultz
Date: 2013-10-22 14:23:57 -0400 (Tue, 22 Oct 2013)
New Revision: 599

Added:
   branches/spread_4_2_debug/
Modified:
   branches/spread_4_2_debug/daemon/membership.c
Log:
Adding spread 4.2 debug branch


Modified: branches/spread_4_2_debug/daemon/membership.c
===================================================================
--- tags/REL_4_2_0/daemon/membership.c	2013-07-22 15:22:07 UTC (rev 583)
+++ branches/spread_4_2_debug/daemon/membership.c	2013-10-22 18:23:57 UTC (rev 599)
@@ -2213,6 +2213,7 @@
 	My_aru = Last_discarded;
 	for( i=Last_discarded+1; i <= Highest_seq; i++ )
 	{
+		pack_entry = i & PACKET_MASK;
 		if( !Packets[pack_entry].exist ) break;
 		My_aru++;
 	}