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

Jean-Noël Rouvignac
18.04.2016 d10da5e09878c255bd3b685fa87a04610db7d404
opendj-server-legacy/src/main/java/org/opends/server/extensions/ConfigFileHandler.java
@@ -2054,7 +2054,7 @@
    // this class as a backend and not as the config handler.  We need it as a
    // config handler to determine the path to the config file, so we can get
    // that from the Directory Server object.
    return new File(((ConfigFileHandler) DirectoryServer.getConfigHandler()).configFile);
    return new File(((ConfigFileHandler) DirectoryServer.getConfigurationHandler()).configFile);
  }
  /** {@inheritDoc} */