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

gbellato
25.29.2007 3a85b7fa73c0a50348e7adfcda4af929ce52a30d
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java
@@ -192,6 +192,7 @@
      MultimasterSynchronizationProviderCfg configuration)
  throws ConfigException
  {
    domains.clear();
    replicationServerListener = new ReplicationServerListener(configuration);
    // Register as an add and delete listener with the root configuration so we
@@ -435,6 +436,7 @@
    {
      domain.shutdown();
    }
    domains.clear();
    // shutdown the ReplicationServer Service if necessary
    if (replicationServerListener != null)