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

ludovicp
31.14.2010 40521bb742c4e77014c18aec174e6c15cc9d92cf
Imported entry count was not correct when the --append and --replaceExisting options are used.
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -1350,6 +1350,7 @@
      {
        processAllIndexes(suffix, entry, entryID);
      }
      importCount.getAndIncrement();
    }