From: Pierangelo Masarati Date: Thu, 9 Sep 2010 00:57:04 +0000 (+0000) Subject: cleanup previous commit X-Git-Tag: MIGRATION_CVS2GIT~488 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aa63f21e4fd56dde27d132cec940caf441b5e4a5;p=openldap cleanup previous commit --- diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index c8cfe17143..bd2c054ccb 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -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; }