mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
Fix typo in prev commit
This commit is contained in:
parent
183ff5120c
commit
a354d38fea
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ ldap_int_thread_pool_wrapper (
|
|||
ctx.ltu_id = ldap_pvt_thread_self();
|
||||
TID_HASH(ctx.ltu_id, hash);
|
||||
|
||||
ldap_pvt_thread_setdata( ldap_tpool_key, &ctx );
|
||||
ldap_pvt_thread_key_setdata( ldap_tpool_key, &ctx );
|
||||
|
||||
ldap_pvt_thread_mutex_lock(&pool->ltp_mutex);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue