mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Don't use ldap_pvt_thread_pool_context_reset(), it interferes with
dynamic adds.
This commit is contained in:
parent
fc30db2190
commit
67b08ebe77
2 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue