mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
cleanup
This commit is contained in:
parent
2be146e20f
commit
a2b7fd279f
1 changed files with 4 additions and 4 deletions
|
|
@ -732,10 +732,10 @@ retry_binding:;
|
|||
ldap_pvt_thread_yield();
|
||||
goto retry_binding;
|
||||
|
||||
} else {
|
||||
LDAP_BACK_CONN_BINDING_SET( msc );
|
||||
ldap_pvt_thread_mutex_unlock( &mi->mi_conninfo.lai_mutex );
|
||||
}
|
||||
}
|
||||
|
||||
LDAP_BACK_CONN_BINDING_SET( msc );
|
||||
ldap_pvt_thread_mutex_unlock( &mi->mi_conninfo.lai_mutex );
|
||||
|
||||
retry:;
|
||||
rc = meta_back_single_dobind( op, rs, &mc, i,
|
||||
|
|
|
|||
Loading…
Reference in a new issue