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

Ludovic Poitou
06.09.2010 b1d02ff4ce3ae2b9446c222d10d9e8a136afbd63
opendj-sdk/sdk/src/com/sun/opends/sdk/ldap/LDAPConnectionFactoryImpl.java
@@ -255,8 +255,7 @@
  {
    if (options.getTCPNIOTransport() == null)
    {
      this.transport = GlobalTransportFactory.getInstance()
          .createTCPTransport();
      this.transport = LDAPDefaultTCPNIOTransport.getInstance();
    }
    else
    {