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

dugan
25.38.2008 70db0ff15b38ebb0884815a0e26ab6abdb850855
Fix daily build failures related to fix for issue 3135.
1 files modified
5 ■■■■■ changed files
opends/src/server/org/opends/server/backends/jeb/importLDIF/WorkThread.java 5 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/importLDIF/WorkThread.java
@@ -460,8 +460,13 @@
    } else {
      if(!processParent(element, txn))
         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);