Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
21977995
Commit
21977995
authored
Nov 28, 2007
by
Quanah Gibson-Mount
Browse files
Fix for ITS#5225
parent
8cea82a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/tools.c
View file @
21977995
...
...
@@ -664,6 +664,10 @@ ID bdb_tool_entry_modify(
(
long
)
e
->
e_id
,
e
->
e_dn
,
0
);
if
(
!
(
slapMode
&
SLAP_TOOL_QUICK
))
{
if
(
cursor
)
{
cursor
->
c_close
(
cursor
);
cursor
=
NULL
;
}
rc
=
TXN_BEGIN
(
bdb
->
bi_dbenv
,
NULL
,
&
tid
,
bdb
->
bi_db_opflags
);
if
(
rc
!=
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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