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

Yannick Lecaillez
15.56.2015 de0831431445f6bc2c789ba5c1519a944bb16396
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/EntryContainer.java
@@ -1909,6 +1909,7 @@
      throws StorageRuntimeException, DirectoryException, CanceledOperationException
  {
    final IndexBuffer indexBuffer = new IndexBuffer();
    final ByteString encodedNewEntry = id2entry.encode(newEntry);
    try
    {
      storage.write(new WriteOperation()
@@ -1935,7 +1936,7 @@
            }
            // Ensure same ordering as deleteEntry: id2entry, dn2uri, then indexes.
            id2entry.put(txn, entryID, newEntry);
            id2entry.put(txn, entryID, encodedNewEntry);
            // Update the referral tree.
            if (modifyOperation != null)