From fcf9a5337857d8fb5a03a85337fb5d163ec3e75c Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 02 Mar 2016 10:18:17 +0000
Subject: [PATCH] LDAPConnectionArgumentParser.java: fix typo preventing tools to work properly

---
 opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionArgumentParser.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionArgumentParser.java b/opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionArgumentParser.java
index eed748d..69ceff8 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionArgumentParser.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionArgumentParser.java
@@ -138,7 +138,7 @@
   private LDAPConnection connect(SecureConnectionCliArgs args, PrintStream out, PrintStream err)
       throws LDAPConnectionException, ArgumentException
   {
-    throwIfArgumentsConflict(args.getBindPasswordArg(), args.getBindPasswordArg());
+    throwIfArgumentsConflict(args.getBindPasswordArg(), args.getBindPasswordFileArg());
     throwIfArgumentsConflict(args.getKeyStorePasswordArg(), args.getKeyStorePasswordFileArg());
     throwIfArgumentsConflict(args.getTrustStorePasswordArg(), args.getTrustStorePasswordFileArg());
     throwIfArgumentsConflict(args.getUseSSLArg(), args.getUseStartTLSArg());

--
Gitblit v1.10.0