mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
04.06.2013 d74313cd4989848ab8cb3106a22cc1c8378cde58
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());
  }
  /**