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

Nicolas Capponi
08.55.2014 c3ddd7489abd06155b872cc23cef3575e2ee1b9a
opendj3-server-dev/src/server/org/opends/server/backends/task/TaskBackend.java
@@ -533,7 +533,7 @@
    Entry e = entry.duplicate(false);
    // Get the DN for the entry and then get its parent.
    DN entryDN = e.getDN();
    DN entryDN = e.getName();
    DN parentDN = entryDN.getParentDNInSuffix();
    if (parentDN == null)
@@ -660,7 +660,7 @@
  public void replaceEntry(Entry oldEntry, Entry newEntry,
      ModifyOperation modifyOperation) throws DirectoryException
  {
    DN entryDN = newEntry.getDN();
    DN entryDN = newEntry.getName();
    Lock entryLock = null;
    if (! taskScheduler.holdsSchedulerLock())