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

Matthew Swift
19.26.2012 108e2020c1d149962dfc43dcbc6bc24a05a8e5f7
opends/src/server/org/opends/server/tools/LDIFModify.java
@@ -537,7 +537,7 @@
    {
      // Bootstrap the Directory Server configuration for use as a client.
      DirectoryServer directoryServer = DirectoryServer.getInstance();
      directoryServer.bootstrapClient();
      DirectoryServer.bootstrapClient();
      // If we're to use the configuration then initialize it, along with the
@@ -547,7 +547,7 @@
      {
        try
        {
          directoryServer.initializeJMX();
          DirectoryServer.initializeJMX();
        }
        catch (Exception e)
        {