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

dugan
25.38.2008 96db8e2e1d10542beba680bc6d581a25dd470903
Fix daily build failures related to fix for issue 3135.
1 files modified
11 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/importLDIF/WorkThread.java 11 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/importLDIF/WorkThread.java
@@ -459,9 +459,14 @@
      }
    } else {
      if(!processParent(element, txn))
         return null;
      ArrayList IDs = (ArrayList)entry.getAttachment();
      entryID = (EntryID)IDs.get(0);
        return null;
      if (ldifImportConfig.appendToExistingData() &&
              ldifImportConfig.replaceExistingEntries()) {
        entryID = rootContainer.getNextEntryID();
      } else {
        ArrayList IDs = (ArrayList)entry.getAttachment();
        entryID = (EntryID)IDs.get(0);
      }
      dn2id.insert(txn, entryDN, entryID);
    }
    context.removePending(entryDN);