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

Jean-Noël Rouvignac
29.38.2016 d3f7287f96515499730a23f82871b706b234cf96
opendj-server-legacy/src/main/java/org/opends/server/tasks/ExportTask.java
@@ -492,7 +492,7 @@
    HashSet<AttributeType> attributes = new HashSet<>();
    for (String attrName : attributeStrings)
    {
      attributes.add(DirectoryServer.getAttributeTypeOrDefault(attrName.toLowerCase(), attrName));
      attributes.add(DirectoryServer.getAttributeTypeOrDefault(attrName));
    }
    return attributes;
  }