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

pgamba
09.42.2009 bb81bc6849dcbf41593822bf5f8b181249e5afed
opends/src/server/org/opends/server/replication/server/ECLServerHandler.java
@@ -234,7 +234,10 @@
          UpdateMsg newMsg;
          do {
            newMsg = mh.getnextMessage(false);
            // older than latest domain trimdate ?
            // when the replication changelog is trimmed, the last (latest) chg
            // is left in the db (whatever its age), and we don't want this chg
            // to be returned in the external changelog.
            // So let's check if the chg time is older than the trim date
          } while ((newMsg!=null) &&
              (newMsg.getChangeNumber().getTime() < domainLatestTrimDate));