]> git.sur5r.net Git - openldap/commitdiff
Partial revert from 1.246, not sure what's the point
authorHoward Chu <hyc@openldap.org>
Mon, 15 Oct 2007 09:38:25 +0000 (09:38 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 15 Oct 2007 09:38:25 +0000 (09:38 +0000)
servers/slapd/bconfig.c

index 0cf122727fbe5758de85612820d2b0f85ce65f5c..dd9ac913b72690da90b9d83b568b1e52241b5bf1 100644 (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 );