| opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -1229,7 +1229,6 @@ EntryID entryID = entryInfo.getEntryID(); Suffix suffix = entryInfo.getSuffix(); processEntry(entry, entryID, suffix); importCount.getAndIncrement(); } flushIndexBuffers(); closeCursors(); @@ -1290,6 +1289,7 @@ processDN2URI(suffix, null, entry); suffix.getID2Entry().put(null, entryID, entry); processIndexes(suffix, entry, entryID); importCount.getAndIncrement(); } boolean processParent(DN entryDN, EntryID entryID, Entry entry,