]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorHoward Chu <hyc@openldap.org>
Mon, 31 Dec 2001 12:37:45 +0000 (12:37 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 31 Dec 2001 12:37:45 +0000 (12:37 +0000)
libraries/libldap_r/tpool.c

index fe772df6cb825c79a3d3b0e5e0c3ae2b3b7c8290..f0ea8db9bc4354ce05429089571328685a9247d4 100644 (file)
@@ -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);