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

ludovicp
27.47.2010 7ffcb1dcabdad8f9ac5eb262d29c0570934ecdae
opends/src/server/org/opends/server/replication/server/ReplicationServerHandler.java
@@ -780,7 +780,7 @@
    try
    {
      MonitorData md;
      md = replicationServerDomain.computeMonitorData();
      md = replicationServerDomain.computeMonitorData(true);
      // Missing changes
      long missingChanges = md.getMissingChangesRS(serverId);