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; }