mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
ITS#8215 Use the correct transaction
This commit is contained in:
parent
f0f366ef5b
commit
f1cd76db75
1 changed files with 2 additions and 2 deletions
|
|
@ -173,8 +173,8 @@ int mdb_tool_entry_close(
|
|||
slapd_shutdown = 0;
|
||||
ch_free( mdb_tool_index_rec );
|
||||
mdb_tool_index_tcount = mdb_tool_threads - 1;
|
||||
if (txn)
|
||||
MDB_TOOL_IDL_FLUSH( be, txn );
|
||||
if (mdb_tool_txn)
|
||||
MDB_TOOL_IDL_FLUSH( be, mdb_tool_txn );
|
||||
for (i=0; i<mdb_tool_threads; i++) {
|
||||
mdb_tool_idl_cache *ic;
|
||||
mdb_tool_idl_cache_entry *ice;
|
||||
|
|
|
|||
Loading…
Reference in a new issue