| opends/src/server/org/opends/server/backends/jeb/EntryContainer.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/backends/jeb/EntryContainer.java
@@ -658,7 +658,8 @@ // Evaluate the search scope against the id2children and id2subtree indexes. boolean candidatesAreInScope = false; if (entryIDList.size() > IndexFilter.FILTER_CANDIDATE_THRESHOLD) if (entryIDList.isDefined() && entryIDList.size() > IndexFilter.FILTER_CANDIDATE_THRESHOLD) { // Read the ID from dn2id. EntryID baseID = dn2id.get(null, baseDN);