opends/src/server/org/opends/server/replication/server/ECLServerHandler.java
@@ -738,7 +738,7 @@ if (isPersistent == StartECLSessionMsg.PERSISTENT_CHANGES_ONLY) { newDomainCtxt.startState = rsd.getEligibleState(eligibleCN); newDomainCtxt.startState = rsd.getEligibleState(eligibleCN, true); } else { @@ -781,7 +781,7 @@ } // Set the stop state for the domain from the eligibleCN newDomainCtxt.stopState = rsd.getEligibleState(eligibleCN); newDomainCtxt.stopState = rsd.getEligibleState(eligibleCN, true); } newDomainCtxt.currentState = new ServerState();