From 97a7b362d2b9c414106920569d18c86d3dea0ac6 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Tue, 05 Jun 2007 14:59:58 +0000
Subject: [PATCH] Fix for issue 1764 : infinite loop when no replication server up and running.
---
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java b/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
index 640c7ea..4275f74 100644
--- a/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
+++ b/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
@@ -264,7 +264,6 @@
private List<DN> branches = new ArrayList<DN>(0);
private int listenerThreadNumber = 10;
- private boolean receiveStatus = true;
private Collection<String> replicationServers;
@@ -345,8 +344,6 @@
synchronized (broker)
{
broker.start(replicationServers);
- if (!receiveStatus)
- broker.suspendReceive();
}
// Retrieves the related backend and its config entry
--
Gitblit v1.10.0