commit: r592 - trunk/daemon

[email protected] Mon, 23 Sep 2013 14:39:17 -0400
Newsgroups gmane.network.spread.cvs
Message-ID <[email protected]>
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++;
 	}