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

pgamba
01.31.2008 153692028d6b64ca8778d0765e5b72a9680423d5
Fix exception when requesting cn=monitor in a very short period - fix ProtocolWindowTest failure
1 files modified
5 ■■■■■ changed files
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 5 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -1328,9 +1328,8 @@
          TRACER.debugInfo(
          "In " + this.replicationServer.getMonitorInstanceName() +
          " baseDn=" + baseDn + " getRemoteMonitorData in cache");
       // The current data are still valid. No need to renew them.
        // FIXME
        return null;
        // The current data are still valid. No need to renew them.
        return monitorData;
      }
      wrkMonitorData = new MonitorData();