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

Jean-Noel Rouvignac
22.28.2014 460ac8606e97981106ba76d277b41ada0a1bafc3
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CommandBuilder.java
@@ -176,7 +176,7 @@
        for (final Argument arg : args) {
            // This CLI is always using SSL, and the argument has been removed from
            // the user interface
            if (arg.getName().equals("useSSL")) {
            if ("useSSL".equals(arg.getName())) {
                continue;
            }
            String argName;