opends/src/server/org/opends/server/core/PersistentSearch.java
@@ -302,6 +302,9 @@ // Make sure that the entry matches the target filter. try { TRACER.debugInfo(this + " " + entry + " +filter=" + filter.matchesEntry(entry)); if (!filter.matchesEntry(entry)) { return;