From 153692028d6b64ca8778d0765e5b72a9680423d5 Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Fri, 01 Feb 2008 15:31:09 +0000
Subject: [PATCH] Fix exception when requesting cn=monitor in a very short period - fix ProtocolWindowTest failure

---
 opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java b/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
index 77e5d5c..360cff2 100644
--- a/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
+++ b/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();

--
Gitblit v1.10.0