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

Jean-Noël Rouvignac
04.05.2016 9529c418255af8de0cceb952afd006b60b9927a1
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/ModifyEntryTask.java
@@ -454,7 +454,8 @@
  {
    for (AVA ava : rdn)
    {
      if (entry.getAttributeValues(ava.getAttributeName()).isEmpty())
      org.forgerock.opendj.ldap.Attribute attr = entry.getAttribute(ava.getAttributeName());
      if (attr == null || attr.isEmpty())
      {
        return false;
      }