Skip to content
Snippets Groups Projects
Commit a354d38f authored by Howard Chu's avatar Howard Chu
Browse files

Fix typo in prev commit

parent 183ff512
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment