mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
07.02.2013 4cd3d75a0c4b165101245c51f7ca4b8f8bdad7dc
opends/src/server/org/opends/server/replication/server/ECLServerHandler.java
@@ -716,7 +716,7 @@
        // Assign the start state for the domain
        if (isPersistent == PERSISTENT_CHANGES_ONLY)
        {
          newDomainCtxt.startState = rsd.getEligibleState(eligibleCSN);
          newDomainCtxt.startState = rsd.getLatestServerState().duplicate();
          startStatesFromProvidedCookie.remove(rsd.getBaseDN());
        }
        else
@@ -760,8 +760,7 @@
            }
          }
          // Set the stop state for the domain from the eligibleCSN
          newDomainCtxt.stopState = rsd.getEligibleState(eligibleCSN);
          newDomainCtxt.stopState = rsd.getLatestServerState().duplicate();
        }
        newDomainCtxt.currentState = new ServerState();