opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/EntryHistorical.java
@@ -581,7 +581,7 @@ attrInfo = AttrHistorical.createAttributeHistorical(attrDesc.getAttributeType()); newHistorical.attributesHistorical.put(attrDesc, attrInfo); } attrInfo.assign(histVal.getHistKey(), histVal.getAttributeValue(), csn); attrInfo.assign(histVal.getHistKey(), attrDesc.getAttributeType(), histVal.getAttributeValue(), csn); } } }