From: fhanik Date: Thu, 19 Jul 2007 16:26:53 +0000 (+0000) Subject: complete the bug fix X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=16b57246df53d2dbeef46dc3813508f3dd128cc8;p=tomcat7.0 complete the bug fix git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@557676 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java b/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java index 0002d9504..653b52a76 100644 --- a/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java +++ b/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java @@ -140,7 +140,7 @@ public class LazyReplicatedMap extends AbstractReplicatedMap Member next = members[nextIdx]; //increment for the next round of back up selection - nextIdx = firstIdx + 1; + nextIdx = nextIdx + 1; if ( nextIdx >= members.length ) nextIdx = 0; if (next == null) {