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

dugan
13.16.2009 b75b5c1cfe08267af2405e7b91144d2b2cf39a8a
Fix import wrong import count for rejected entries. Issue 4279.
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java 2 ●●● 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,