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

Jean-Noel Rouvignac
17.44.2015 998747bfaaa3c6b28bbfaf0e282e6c0ccbf46bc0
opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/BindResponseProtocolOp.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.server.protocols.ldap;
import org.forgerock.i18n.LocalizableMessage;
@@ -304,7 +304,7 @@
    if (matchedDN != null)
    {
      buffer.append(", matchedDN=");
      buffer.append(matchedDN.toString());
      buffer.append(matchedDN);
    }
    if ((referralURLs != null) && (! referralURLs.isEmpty()))
@@ -326,7 +326,7 @@
    if (serverSASLCredentials != null)
    {
      buffer.append(", serverSASLCredentials=");
      buffer.append(serverSASLCredentials.toString());
      buffer.append(serverSASLCredentials);
    }
    buffer.append(")");