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

ludovicp
27.24.2010 f7f439300fb47d381b9e14fd5b4a550fba08d2e3
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();