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

Nicolas Capponi
08.16.2013 f2090c0d863b07e3bad8d16a3efddfad6ff77960
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/LDAPServer.java
@@ -27,6 +27,8 @@
package org.forgerock.opendj.ldap;
import static org.forgerock.opendj.ldap.TestCaseUtils.*;
import static com.forgerock.opendj.ldap.LDAPConstants.TYPE_AUTHENTICATION_SASL;
import java.io.IOException;
@@ -542,8 +544,8 @@
        }
        sslContext = new SSLContextBuilder().getSSLContext();
        listener =
                new LDAPListener(TestCaseUtils.findFreeSocketAddress(), getInstance(),
                        new LDAPListenerOptions().setBacklog(4096));
                new LDAPListener(findFreeSocketAddress(), getInstance(),
                        getLDAPListenerTestOptions().setBacklog(4096));
        isRunning = true;
    }