Fix typo in prev commit

This commit is contained in:
Howard Chu 2007-10-25 06:50:43 +00:00
parent 183ff5120c
commit a354d38fea

View file

@ -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);