mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
cleanup connection release
This commit is contained in:
parent
beb536298d
commit
08763f42ed
1 changed files with 1 additions and 1 deletions
|
|
@ -767,8 +767,8 @@ retry_binding:;
|
|||
if ( mc != NULL ) {
|
||||
ldap_pvt_thread_mutex_lock( &mi->mi_conninfo.lai_mutex );
|
||||
LDAP_BACK_CONN_BINDING_CLEAR( msc );
|
||||
meta_back_release_conn_lock( mi, mc, 0 );
|
||||
ldap_pvt_thread_mutex_unlock( &mi->mi_conninfo.lai_mutex );
|
||||
meta_back_release_conn( mi, mc );
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue