[Spread-cvs] commit: r592 - trunk/daemon

jschultz at spread.org jschultz at spread.org
Mon Sep 23 14:39:17 EDT 2013


Author: jschultz
Date: 2013-09-23 14:39:16 -0400 (Mon, 23 Sep 2013)
New Revision: 592

Modified:
   trunk/daemon/membership.c
Log:
Bugfix for Backoff_membership (losing token in EVS state)


Modified: trunk/daemon/membership.c
===================================================================
--- trunk/daemon/membership.c	2013-09-20 19:20:44 UTC (rev 591)
+++ trunk/daemon/membership.c	2013-09-23 18:39:16 UTC (rev 592)
@@ -2240,6 +2240,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++;
 	}




More information about the Spread-cvs mailing list