From: Howard Chu Date: Mon, 15 Oct 2007 09:38:25 +0000 (+0000) Subject: Partial revert from 1.246, not sure what's the point X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~514 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f74d9f6099eee24b7dcac1454993d17f1d4ca924;p=openldap Partial revert from 1.246, not sure what's the point --- diff --git a/servers/slapd/bconfig.c b/servers/slapd/bconfig.c index 0cf122727f..dd9ac913b7 100644 --- a/servers/slapd/bconfig.c +++ b/servers/slapd/bconfig.c @@ -4928,8 +4928,7 @@ config_back_modify( Operation *op, SlapReply *rs ) slap_mods_opattrs( op, &op->orm_modlist, 1 ); - if ( !slapd_shutdown ) - ldap_pvt_thread_pool_pause( &connection_pool ); + ldap_pvt_thread_pool_pause( &connection_pool ); /* Strategy: * 1) perform the Modify on the cached Entry. @@ -4961,8 +4960,7 @@ config_back_modify( Operation *op, SlapReply *rs ) op->o_ndn = ndn; } - if ( !slapd_shutdown ) - ldap_pvt_thread_pool_resume( &connection_pool ); + ldap_pvt_thread_pool_resume( &connection_pool ); out: send_ldap_result( op, rs ); slap_graduate_commit_csn( op );