mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#9366 Check ldap_install_tls return and remove connection if failed
This commit is contained in:
parent
a6779362fe
commit
ab44ee7fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ retry:;
|
|||
* using it instead of the
|
||||
* configured URI? */
|
||||
if ( rs->sr_err == LDAP_SUCCESS ) {
|
||||
ldap_install_tls( msc->msc_ld );
|
||||
rs->sr_err = ldap_install_tls( msc->msc_ld );
|
||||
|
||||
} else if ( rs->sr_err == LDAP_REFERRAL ) {
|
||||
/* FIXME: LDAP_OPERATIONS_ERROR? */
|
||||
|
|
|
|||
Loading…
Reference in a new issue