From d74313cd4989848ab8cb3106a22cc1c8378cde58 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 04 Jun 2013 20:06:59 +0000
Subject: [PATCH] Fix unit test regression introduced in previous fix for OPENDJ-866 (Local RS is named differently).
---
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java b/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
index f73fe0d..e52b41b 100644
--- a/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
+++ b/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -601,9 +601,6 @@
pendingChanges =
new PendingChanges(generator, this);
- startPublishService(replicationServers, window, heartbeatInterval,
- configuration.getChangetimeHeartbeatInterval());
-
remotePendingChanges = new RemotePendingChanges(getServerState());
// listen for changes on the configuration
@@ -611,6 +608,9 @@
// register as an AlertGenerator
DirectoryServer.registerAlertGenerator(this);
+
+ startPublishService(replicationServers, window, heartbeatInterval,
+ configuration.getChangetimeHeartbeatInterval());
}
/**
--
Gitblit v1.10.0