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

abobrov
15.54.2007 953eecdb39cb55c3e6152c0db4ea0f31f31df65e
[Issue 1014]  ldapsearch --noop option doesn't work
1 files modified
3 ■■■■■ changed files
opends/src/server/org/opends/server/tools/LDAPSearch.java 3 ●●●●● patch | view | raw | blame | history
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())
    {