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
Tero Saarni
OpenLDAP
Commits
f6a63b8f
Commit
f6a63b8f
authored
Oct 11, 2019
by
Howard Chu
Committed by
Quanah Gibson-Mount
Nov 21, 2019
Browse files
ITS#9095 insert missing commit at end of slapindex processing
parent
761c12c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-mdb/tools.c
View file @
f6a63b8f
...
...
@@ -194,6 +194,17 @@ int mdb_tool_entry_close(
}
mdb_tool_txn
=
NULL
;
}
if
(
txi
)
{
int
rc
;
if
((
rc
=
mdb_txn_commit
(
txi
)))
{
Debug
(
LDAP_DEBUG_ANY
,
LDAP_XSTRING
(
mdb_tool_entry_close
)
": database %s: "
"txn_commit failed: %s (%d)
\n
"
,
be
->
be_suffix
[
0
].
bv_val
,
mdb_strerror
(
rc
),
rc
);
return
-
1
;
}
txi
=
NULL
;
}
if
(
nholes
)
{
unsigned
i
;
...
...
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