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

Matthew Swift
24.34.2011 a94cb8c8073c31b911020e8565bbd4bd60b37bad
opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/ldap/LDAPConnectionFactoryImpl.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2010 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS
 */
package com.forgerock.opendj.ldap;
@@ -255,7 +256,7 @@
  {
    if (options.getTCPNIOTransport() == null)
    {
      this.transport = LDAPDefaultTCPNIOTransport.getInstance();
      this.transport = DefaultTCPNIOTransport.getInstance();
    }
    else
    {