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
3 ■■■■ changed files
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 3 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -1329,8 +1329,7 @@
          "In " + this.replicationServer.getMonitorInstanceName() +
          " baseDn=" + baseDn + " getRemoteMonitorData in cache");
       // The current data are still valid. No need to renew them.
        // FIXME
        return null;
        return monitorData;
      }
      wrkMonitorData = new MonitorData();