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

ludovicp
07.47.2010 c739ae5e9f212fe6806d06b8bee5da0956991ce3
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -3374,6 +3374,10 @@
   */
  private void renameConflictEntry(Operation conflictOp, DN dn, String uid)
  {
    Message alertMessage = NOTE_UNRESOLVED_CONFLICT.get(dn.toString());
    DirectoryServer.sendAlertNotification(this,
        ALERT_TYPE_REPLICATION_UNRESOLVED_CONFLICT, alertMessage);
    ModifyDNOperation newOp =
      renameEntry(dn, generateDeleteConflictDn(uid, dn), baseDn, true);