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

abobrov
15.54.2007 4fdbf8502b7c36832ab0c8058305e8398e65fc89
[Issue 1014]  ldapsearch --noop option doesn't work
1 files modified
3 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPSearch.java 3 ●●●●● 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())
    {