From: Howard Chu Date: Thu, 25 Oct 2007 06:50:43 +0000 (+0000) Subject: Fix typo in prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~472 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a354d38feaf1e8bab149e0e18c7fd2f1ede15771;p=openldap Fix typo in prev commit --- diff --git a/libraries/libldap_r/tpool.c b/libraries/libldap_r/tpool.c index 5d883c8fa7..81ebd92ed6 100644 --- a/libraries/libldap_r/tpool.c +++ b/libraries/libldap_r/tpool.c @@ -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);