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

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
opends/src/guitools/org/opends/guitools/uninstaller/UninstallerArgumentParser.java
@@ -67,6 +67,9 @@
  private StringArgument referencedHostNameArg;
  // This CLI is always using the administration connector with SSL
  private final boolean alwaysSSL = true;
  /**
   * Creates a new instance of this argument parser with no arguments.
   *
@@ -181,7 +184,7 @@
    }
    ArrayList<Argument> defaultArgs =
      new ArrayList<Argument>(createGlobalArguments(outStream));
      new ArrayList<Argument>(createGlobalArguments(outStream, alwaysSSL));
    int index = defaultArgs.indexOf(secureArgsList.bindDnArg);
    if (index != -1)
    {