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

ludovicp
31.07.2010 4f34c77a3ebfc6388dfb61ae01433dc146ada3fa
opendj-sdk/opends/src/server/org/opends/server/replication/server/ECLServerHandler.java
@@ -826,8 +826,8 @@
        // the request is rejected and a full resync is required.
        throw new DirectoryException(ResultCode.UNWILLING_TO_PERFORM,
          ERR_RESYNC_REQUIRED_MISSING_DOMAIN_IN_PROVIDED_COOKIE.get(
              missingDomains +
              ". Possible cookie: <" + (providedCookie + missingDomains)+ ">"));
              missingDomains,
              "<" + (providedCookie + missingDomains)+ ">"));
      }
      domainCtxts = tmpSet.toArray(new DomainContext[0]);