mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
Fix typo
This commit is contained in:
parent
743c402265
commit
e823c74811
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ ldap_pvt_thread_pool_init (
|
|||
/* couldn't start one? then don't start any */
|
||||
ldap_pvt_thread_mutex_lock(&ldap_pvt_thread_pool_mutex);
|
||||
STAILQ_REMOVE(ldap_int_thread_pool_list, pool,
|
||||
ldap_int_thread_element_s, ltp_next);
|
||||
ldap_int_thread_pool_s, ltp_next);
|
||||
ldap_pvt_thread_mutex_unlock(&ldap_pvt_thread_pool_mutex);
|
||||
ldap_pvt_thread_cond_destroy(&pool->ltp_cond);
|
||||
ldap_pvt_thread_mutex_destroy(&pool->ltp_mutex);
|
||||
|
|
|
|||
Loading…
Reference in a new issue