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

Jean-Noël Rouvignac
25.47.2016 250c9bdd3c13d06682fd9f06f11ff2e426ac353a
opendj-server-legacy/src/main/java/org/opends/server/config/StringConfigAttribute.java
@@ -31,6 +31,7 @@
import org.forgerock.i18n.LocalizableMessage;
import org.forgerock.i18n.slf4j.LocalizedLogger;
import org.forgerock.opendj.ldap.AttributeDescription;
import org.forgerock.opendj.ldap.ByteString;
import org.forgerock.opendj.ldap.schema.Syntax;
import org.opends.server.core.DirectoryServer;
@@ -624,10 +625,11 @@
    for (Attribute a : attributeList)
    {
      if (a.hasOptions())
      AttributeDescription attrDesc = a.getAttributeDescription();
      if (attrDesc.hasOptions())
      {
        // This must be the pending value.
        if (a.hasOption(OPTION_PENDING_VALUES))
        if (attrDesc.hasOption(OPTION_PENDING_VALUES))
        {
          if (pendingValues != null)
          {