mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Disable thread pooling while I fix the deadlock.
This commit is contained in:
parent
61be4bd0c8
commit
da355b317e
@ -306,6 +306,8 @@ ldap_pvt_thread_pool_submit ( ldap_pvt_thread_pool_t pool, void *(*start_routine
|
||||
int need_thread = 0;
|
||||
ldap_pvt_thread_t thr;
|
||||
|
||||
return ldap_pvt_thread_create( &thr, 1, (void *)start_routine, arg );
|
||||
|
||||
if (pool == NULL)
|
||||
return(-1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user