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

gbellato
10.56.2009 8bdfb229e4b8789bb1954fa0da8c1098c382bd4e
opends/src/ads/org/opends/admin/ads/ServerDescriptor.java
@@ -1102,11 +1102,11 @@
    if (cacheFilter.searchMonitoringInformation())
    {
      ctls = new SearchControls();
      ctls.setSearchScope(SearchControls.ONELEVEL_SCOPE);
      ctls.setSearchScope(SearchControls.SUBTREE_SCOPE);
      ctls.setReturningAttributes(
          new String[] {
              "approx-older-change-not-synchronized-millis", "missing-changes",
              "base-dn", "server-id"
              "domain-name", "server-id"
          });
      filter = "(missing-changes=*)";
@@ -1122,7 +1122,7 @@
          {
            SearchResult sr = (SearchResult)monitorEntries.next();
            String dn = getFirstValue(sr, "base-dn");
            String dn = getFirstValue(sr, "domain-name");
            int replicaId = -1;
            try
            {