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

lutoff
20.56.2007 265df7b49bf091c79771e8a286f911f8e3ba488c
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -944,7 +944,7 @@
  throws NamingException
  {
    return ConnectionUtils.createStartTLSContext(ldapsURL, dn, pwd, timeout,
        env, trustManager, verifier);
        env, trustManager, null, verifier);
  }