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

ctissot
19.59.2009 256c7ca638a42705c4444e6db2de4087eee69d04
Fix for issue 3718: Option '-A, --typesOnly' ignored by the ldapsearch tool
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
@@ -173,7 +173,8 @@
                                    searchOptions.getDereferencePolicy(),
                                    searchOptions.getSizeLimit(),
                                    searchOptions.getTimeLimit(),
                              false, filter, attributes);
                                    searchOptions.getTypesOnly(),
                                    filter, attributes);
      if(!searchOptions.showOperations())
      {
        try