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

Matthew Swift
19.26.2012 108e2020c1d149962dfc43dcbc6bc24a05a8e5f7
opends/src/server/org/opends/server/tools/makeldif/MakeLDIF.java
@@ -249,11 +249,11 @@
      // Initialize the Directory Server configuration handler using the
      // information that was provided.
      DirectoryServer directoryServer = DirectoryServer.getInstance();
      directoryServer.bootstrapClient();
      DirectoryServer.bootstrapClient();
      try
      {
        directoryServer.initializeJMX();
        DirectoryServer.initializeJMX();
      }
      catch (Exception e)
      {