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

Matthew Swift
01.43.2012 46a7d32926385c97696f2b52605171139dc773e6
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/LDAPServer.java
@@ -23,7 +23,7 @@
 *
 *
 *      Copyright 2010 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS
 *      Portions copyright 2011-2012 ForgeRock AS
 */
package org.forgerock.opendj.ldap;
@@ -371,7 +371,7 @@
                }
              };
              clientContext.startSASL(csl);
              clientContext.enableConnectionSecurityLayer(csl);
            }
          }
@@ -576,7 +576,7 @@
        final R result = request.getResultDecoder().newExtendedErrorResult(
            ResultCode.SUCCESS, "", "");
        resultHandler.handleResult(result);
        clientContext.startTLS(sslContext, null, sslContext.getSocketFactory()
        clientContext.enableTLS(sslContext, null, sslContext.getSocketFactory()
            .getSupportedCipherSuites(), false, false);
      }
    }