mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Avoid locking up slapd when paused during shutdown (ITS#5841), reverting
r1.81
This commit is contained in:
parent
ed33fa5cc6
commit
5977f20127
@ -785,8 +785,7 @@ ldap_pvt_thread_pool_resume (
|
||||
SET_VARY_OPEN_COUNT(pool);
|
||||
pool->ltp_work_list = &pool->ltp_pending_list;
|
||||
|
||||
if (!pool->ltp_finishing)
|
||||
ldap_pvt_thread_cond_broadcast(&pool->ltp_cond);
|
||||
ldap_pvt_thread_cond_broadcast(&pool->ltp_cond);
|
||||
|
||||
ldap_pvt_thread_mutex_unlock(&pool->ltp_mutex);
|
||||
return(0);
|
||||
|
Loading…
Reference in New Issue
Block a user