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

dugan
06.20.2009 8fdeab93773ff431de95782889f628e318fe93dc
Fix regression caused by rebuild-index commit. Issue 4268.
1 files modified
7 ■■■■■ changed files
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java 7 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -606,11 +606,11 @@
          InitializationException, IOException, JebException, DatabaseException,
          InterruptedException, ExecutionException
  {
    this.rootContainer = rootContainer;
    this.reader = new LDIFReader(importConfiguration, rootContainer,
            LDIF_READER_BUFFER_SIZE);
    try
    {
      this.rootContainer = rootContainer;
      this.reader = new LDIFReader(importConfiguration, rootContainer,
              LDIF_READER_BUFFER_SIZE);
      Message message =
              NOTE_JEB_IMPORT_STARTING.get(DirectoryServer.getVersionString(),
                      BUILD_ID, REVISION_NUMBER);
@@ -2788,7 +2788,6 @@
      flushIndexBuffers();
      cursor.close();
      } catch (Exception e) {
        System.out.println("here");
        e.printStackTrace();
      }
      return null;