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

Jean-Noël Rouvignac
29.51.2015 4baece95779dd46a3a59d59d1b7aa5958cf6117d
opendj-server-legacy/src/main/java/org/opends/server/tools/LDAPConnection.java
@@ -299,7 +299,7 @@
      }
      else
      {
        bindDNBytes = ByteString.valueOf(bindDN);
        bindDNBytes = ByteString.valueOfUtf8(bindDN);
      }
      ByteString bindPW;
@@ -309,7 +309,7 @@
      }
      else
      {
        bindPW = ByteString.valueOf(bindPassword);
        bindPW = ByteString.valueOfUtf8(bindPassword);
      }
      String result = null;