Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
f1cd76db
Commit
f1cd76db
authored
Aug 11, 2015
by
Ondřej Kuzník
Committed by
Howard Chu
Oct 25, 2015
Browse files
ITS#8215 Use the correct transaction
parent
f0f366ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-mdb/tools.c
View file @
f1cd76db
...
@@ -173,8 +173,8 @@ int mdb_tool_entry_close(
...
@@ -173,8 +173,8 @@ int mdb_tool_entry_close(
slapd_shutdown
=
0
;
slapd_shutdown
=
0
;
ch_free
(
mdb_tool_index_rec
);
ch_free
(
mdb_tool_index_rec
);
mdb_tool_index_tcount
=
mdb_tool_threads
-
1
;
mdb_tool_index_tcount
=
mdb_tool_threads
-
1
;
if
(
txn
)
if
(
mdb_tool_
txn
)
MDB_TOOL_IDL_FLUSH
(
be
,
txn
);
MDB_TOOL_IDL_FLUSH
(
be
,
mdb_tool_
txn
);
for
(
i
=
0
;
i
<
mdb_tool_threads
;
i
++
)
{
for
(
i
=
0
;
i
<
mdb_tool_threads
;
i
++
)
{
mdb_tool_idl_cache
*
ic
;
mdb_tool_idl_cache
*
ic
;
mdb_tool_idl_cache_entry
*
ice
;
mdb_tool_idl_cache_entry
*
ice
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment