mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
cleanup previous commit
This commit is contained in:
parent
fa7d65bbbe
commit
aa63f21e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue