From 40e2acfd1e9676f3b63385b15075bf1395d4543e Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Fri, 01 Feb 2008 13:21:19 +0000
Subject: [PATCH] Fix 2598 - fixes for global replication monitoring

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

diff --git a/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java b/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java
index a8eb808..a21ce43 100644
--- a/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java
+++ b/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java
@@ -433,7 +433,7 @@
       ServerStartMessage msg = new ServerStartMessage(serverID, baseDn,
         maxReceiveDelay, maxReceiveQueue, maxSendDelay, maxSendQueue,
         halfRcvWindow * 2, heartbeatInterval, state,
-        protocolVersion, generationId, isSslEncryption);
+        protocolVersion, generationId, isSslEncryption, !keepConnection);
       session.publish(msg);
 
       /*

--
Gitblit v1.10.0