Partial revert from 1.246, not sure what's the point

This commit is contained in:
Howard Chu 2007-10-15 09:38:25 +00:00
parent d232760fe8
commit f74d9f6099

View file

@ -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 );