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

ludovicp
27.24.2010 5aad2ec830722993dd6377748492aef95bb20324
opendj-sdk/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();