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

Jean-Noël Rouvignac
07.03.2016 3d4c0acccda6e62b23f248d75c1cc6721fc20bdf
opendj-server-legacy/src/main/java/org/opends/server/tools/LDIFSearch.java
@@ -472,7 +472,7 @@
    LinkedHashSet<AttributeType> operationalAttributeTypes = new LinkedHashSet<>();
    for (String attributeName : attributeNames)
    {
      AttributeType t = DirectoryServer.getAttributeType(attributeName);
      AttributeType t = DirectoryServer.getSchema().getAttributeType(attributeName);
      if (t.isOperational())
      {
        operationalAttributeTypes.add(t);