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

Jean-Noël Rouvignac
14.05.2015 4f6891a8bd4d017a41b5f75748398ff59787501c
opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/Importer.java
@@ -3359,7 +3359,7 @@
          {
            throw attributeIndexNotConfigured(index);
          }
          AttributeType attrType = DirectoryServer.getAttributeType(attrIndexParts[0]);
          AttributeType attrType = DirectoryServer.getAttributeTypeOrNull(attrIndexParts[0]);
          if (attrType == null)
          {
            throw attributeIndexNotConfigured(index);