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

Matthew Swift
22.03.2014 8dc42dce4649dd52d4f85b161cd09350fce60920
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/EntryContainer.java
@@ -1783,7 +1783,7 @@
                  }
                }
                deleteEntry(txn, indexBuffer, true, entryDN, startKey, entryID);
                deleteEntry(txn, indexBuffer, true, entryDN, cursor.getKey(), entryID);
                subordinateEntriesDeleted++;
                if (deleteOperation != null)
@@ -1877,7 +1877,7 @@
      ByteString value = dn2id.read(txn, leafDNKey, true);
      if (value == null)
      {
        LocalizableMessage message = ERR_JEB_DELETE_NO_SUCH_OBJECT.get(leafDNKey);
        LocalizableMessage message = ERR_JEB_DELETE_NO_SUCH_OBJECT.get(targetDN);
        DN matchedDN = getMatchedDN(baseDN);
        throw new DirectoryException(ResultCode.NO_SUCH_OBJECT, message, matchedDN, null);
      }