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/RootContainer.java
@@ -318,7 +318,7 @@
  {
    try
    {
      return new Importer(importConfig, config, serverContext).processImport(this);
      return new Importer(this, importConfig, config, serverContext).processImport();
    }
    catch (DirectoryException e)
    {