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

pgamba
06.34.2009 691d99dba67f7f5a89135e3c129b006b3c956b1e
opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationBroker.java
@@ -1119,6 +1119,8 @@
              domain.isAssured(),
              domain.getAssuredMode(),
              domain.getAssuredSdLevel());
        startSessionMsg.setEclIncludes(
            domain.getEclInclude());
      } else
      {
        startSessionMsg =
@@ -1943,7 +1945,7 @@
  private boolean debugEnabled()
  {
    return false;
    return true;
  }
  private static final void debugInfo(String s)
@@ -2165,8 +2167,22 @@
        rsList = topoMsg.getRsList();
      }
    }
    if (domain != null)
    {
      for (DSInfo info : dsList)
      {
        for (String attr : info.getEclIncludes())
        {
          domain.addEclInclude(attr);
        }
      }
      if (debugEnabled())
      {
        TRACER.debugInfo("domain: " + domain.getServiceID() +
            " EclIncludes" + domain.getEclInclude());
      }
    }
  }
  /**
   * Check if the broker could not find any Replication Server and therefore
   * connection attempt failed.