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

Ludovic Poitou
22.31.2012 b34c1300efa1ade104ed7ff3e5f71eded11db378
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java
@@ -8043,7 +8043,7 @@
      domains[i] = sync.getReplicationDomain(domainNames[i]);
    }
    ReplicationDomainCfgClient domain = null;
    for (int i=0; i<domains.length && (domain == null); i++)
    for (int i=0; i<domains.length; i++)
    {
      if (Utils.areDnsEqual(baseDN, domains[i].getBaseDN().toString()))
      {