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

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
opends/src/server/org/opends/server/tools/ManageTasks.java
@@ -70,6 +70,9 @@
  private static ErrorLogPublisher errorLogPublisher = null;
  // This CLI is always using the administration connector with SSL
  private final boolean alwaysSSL = true;
  /**
   * The main method for TaskInfo tool.
   *
@@ -173,7 +176,7 @@
    LDAPConnectionArgumentParser argParser = new LDAPConnectionArgumentParser(
            "org.opends.server.tools.TaskInfo",
            INFO_TASKINFO_TOOL_DESCRIPTION.get(),
            false, null);
            false, null, alwaysSSL);
    // Initialize all the command-line argument types and register them with the
    // parser.