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

matthew_swift
18.18.2010 48139cc36d9814f774293d31497bc722656f5955
opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -2039,7 +2039,9 @@
          // And count changes of this domain from the date of the
          // lastseqnum record (that does not refer to this domain)
          ec = rsd.getEligibleCount(newestDate, crossDomainEligibleCN);
          ChangeNumber cnx = new ChangeNumber(newestDate,
              changeNumberForLastSeqnum.getSeqnum(), 0);
          ec = rsd.getEligibleCount(cnx, crossDomainEligibleCN);
          if (domainForLastSeqnum.equalsIgnoreCase(rsd.getBaseDn()))
            ec--;