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

Matthew Swift
19.26.2012 861c4b510223ddfeb68deabd5c4a0d309990a32c
opendj-sdk/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)
        {