]> git.sur5r.net Git - openldap/commitdiff
cleanup previous commit
authorPierangelo Masarati <ando@openldap.org>
Thu, 9 Sep 2010 00:57:04 +0000 (00:57 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 9 Sep 2010 00:57:04 +0000 (00:57 +0000)
servers/slapd/back-ldap/bind.c

index c8cfe171432f4dc9a7090760909a06c3f81b112d..bd2c054ccb29deba61872d6800e1b9ec21f4472a 100644 (file)
@@ -730,7 +730,7 @@ ldap_back_prepare_conn( ldapconn_t *lc, Operation *op, SlapReply *rs, ldap_back_
 
        /* if required by the bindconf configuration, force TLS */
        if ( ( sb == &li->li_acl || sb == &li->li_idassert.si_bc ) &&
-               ( sb->sb_tls_do_init || sb->sb_tls_ctx ) )
+               sb->sb_tls_ctx )
        {
                flags |= LDAP_BACK_F_USE_TLS;
        }