mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
fix old erroneous commit (ITS#4001)
This commit is contained in:
parent
0eed18a0e8
commit
7fd7001fc2
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ ldap_back_conn_destroy(
|
|||
lc_curr.lc_conn = conn;
|
||||
lc_curr.lc_local_ndn = conn->c_ndn;
|
||||
|
||||
ldap_pvt_thread_mutex_trylock( &li->conn_mutex );
|
||||
ldap_pvt_thread_mutex_lock( &li->conn_mutex );
|
||||
lc = avl_delete( &li->conntree, (caddr_t)&lc_curr, ldap_back_conn_cmp );
|
||||
ldap_pvt_thread_mutex_unlock( &li->conn_mutex );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue