Don't use ldap_pvt_thread_pool_context_reset(), it interferes with

dynamic adds.
This commit is contained in:
Howard Chu 2007-01-21 13:02:05 +00:00
parent fc30db2190
commit 67b08ebe77
2 changed files with 0 additions and 3 deletions

View file

@ -1730,7 +1730,6 @@ dds_db_open(
rc = entry_info_register( dds_entry_info, (void *)di );
done:;
ldap_pvt_thread_pool_context_reset( thrctx );
return rc;
}

View file

@ -2449,7 +2449,6 @@ syncprov_db_open(
out:
op->o_bd->bd_info = (BackendInfo *)on;
ldap_pvt_thread_pool_context_reset( thrctx );
return 0;
}
@ -2479,7 +2478,6 @@ syncprov_db_close(
op->o_dn = be->be_rootdn;
op->o_ndn = be->be_rootndn;
syncprov_checkpoint( op, &rs, on, &si->si_ctxcsn );
ldap_pvt_thread_pool_context_reset( thrctx );
}
return 0;