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

gbellato
25.29.2007 0eab55fa49863935bbc81242b7e13fa550fedc6d
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)