| opendj-sdk/opends/src/server/org/opends/server/tools/LDAPSearch.java | ●●●●● patch | view | raw | blame | history |
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPSearch.java
@@ -164,6 +164,8 @@ searchOptions.getSizeLimit(), searchOptions.getTimeLimit(), false, filter, attributes); if(!searchOptions.showOperations()) { try { boolean typesOnly = searchOptions.getTypesOnly(); @@ -325,6 +327,7 @@ throw new IOException(ae.getMessage()); } } } if (searchOptions.countMatchingEntries()) {