From 451115b4c40a628788e944356ee06d32b9c82b40 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Tue, 23 Jun 2009 15:13:22 +0000
Subject: [PATCH] Remove dead code in the replication without any functionality change.

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

diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationBroker.java b/opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationBroker.java
index a53ca20..9bab16c 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationBroker.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationBroker.java
@@ -731,8 +731,7 @@
       /*
        * Send our ServerStartMsg.
        */
-      ServerStartMsg serverStartMsg = new ServerStartMsg(serverId,
-          baseDn, 0, 0, 0, 0,
+      ServerStartMsg serverStartMsg = new ServerStartMsg(serverId, baseDn,
         maxRcvWindow, heartbeatInterval, state,
         ProtocolVersion.getCurrentVersion(), this.getGenerationID(),
         isSslEncryption,

--
Gitblit v1.10.0