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

gbellato
01.16.2008 c632352a66551c75f72cd4107aa7e67c68d21c6c
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
@@ -3429,7 +3429,8 @@
  {
    // Check that there is not already a domain with the same DN
    DN dn = configuration.getBaseDN();
    if (MultimasterReplication.findDomain(dn,null) != null)
    ReplicationDomain domain = MultimasterReplication.findDomain(dn, null);
    if ((domain != null) && (domain.baseDN.equals(dn)))
    {
      Message message = ERR_SYNC_INVALID_DN.get();
      unacceptableReasons.add(message);