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

Matthew Swift
04.50.2013 8ae079e04b6596f6b393840df19dce2627d5bfaf
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);
  }
  /**