opends/src/server/org/opends/server/util/args/LDAPConnectionArgumentParser.java
@@ -124,10 +124,8 @@ * @return true if the user wants to perform a remote operation; * false otherwise */ public boolean isLdapOperation() { return args.hostNameArg.isPresent() || args.portArg.isPresent() || args.bindDnArg.isPresent(); public boolean argumentsPresent() { return args != null && args.argumentsPresent(); } /**