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

Matthew Swift
16.07.2011 ed56611d0265aa706b7a1f4d1481e279710dc677
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldif/AbstractLDIFReader.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2009-2010 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS
 */
package org.forgerock.opendj.ldif;
@@ -623,8 +624,7 @@
    }
    else
    {
      attributeDescription = AttributeDescription.create(attributeDescription,
          "binary");
      attributeDescription = attributeDescription.withOption("binary");
    }
    Attribute attribute = entry.getAttribute(attributeDescription);