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

Yannick Lecaillez
16.49.2015 c1234a77530eb2c68c06c62c9a69f899f0e4a6e6
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java
@@ -733,7 +733,7 @@
      {
        rootContainer = initializeRootContainer();
      }
      new Importer(rebuildConfig, cfg, serverContext).rebuildIndexes(rootContainer);
      new Importer(rootContainer, rebuildConfig, cfg, serverContext).rebuildIndexes();
    }
    catch (ExecutionException execEx)
    {