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

Jean-Noel Rouvignac
13.07.2013 e3c572ea44ac45ee852f71d4c05b83d3cf27febf
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -3335,11 +3335,7 @@
    for (int serverId : getDbServerState())
    {
      ChangeNumber startCN = null;
      if (startState.getChangeNumber(serverId) != null)
      {
        startCN = startState.getChangeNumber(serverId);
      }
      ChangeNumber startCN = startState.getChangeNumber(serverId);
      long serverIdRes = getCount(serverId, startCN, endCN);
      // The startPoint is excluded when counting the ECL eligible changes