opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/EntryContainer.java
@@ -2642,7 +2642,7 @@ // Check whether any modifications apply to this indexed attribute. if (isAttributeModified(index, mods)) { index.modifyEntry(buffer, entryID, oldEntry, newEntry, mods); index.modifyEntry(buffer, entryID, oldEntry, newEntry); } }