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

Matthew Swift
04.50.2013 652a84083f5c9b2f528789049b4d22c2b839e8d7
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -1313,7 +1313,7 @@
  */
  public long getCount(CSN from, CSN to)
  {
    return domainDB.getCount(baseDN, from.getServerId(), from, to);
    return domainDB.getCount(baseDN, from, to);
  }
  /**