opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/DuplicateEntryPanel.java
@@ -537,8 +537,7 @@ // If it takes time to read the entry, the rdnAttribute might not be initialized yet. Don't try to use it then. if (value.length() > 0 && rdnAttribute != null) { String rdn = Utilities.getRDNString(rdnAttribute, value); dn.setText(rdn+","+parentDN.getText().trim()); dn.setText(rdnAttribute + "=" + value + "," + parentDN.getText().trim()); } else {