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

Nicolas Capponi
04.01.2014 74ae8f26373f050f18bc0f0f4b3f0706a1f3f5be
opends/src/server/org/opends/server/backends/ChangelogBackend.java
@@ -1021,7 +1021,7 @@
    final MultiDomainServerState state = searchParams.cookie;
    if (state != null && !state.isEmpty())
    {
      replicationServer.validateServerState(state, searchParams.getExcludedBaseDNs());
      replicationServer.validateCookie(state, searchParams.getExcludedBaseDNs());
    }
  }