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
1b8e6b94
Commit
1b8e6b94
authored
Sep 23, 2020
by
Ondřej Kuzník
Browse files
ITS
#9355
Propagate errors from overlay_entry_get_ov
parent
62ecd38b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
1b8e6b94
...
...
@@ -2686,7 +2686,10 @@ syncrepl_op_modify( Operation *op, SlapReply *rs )
match
=
1
;
}
overlay_entry_release_ov
(
op
,
e
,
0
,
on
);
}
else
{
return
SLAP_CB_CONTINUE
;
}
/* equal? Should never happen */
if
(
match
==
0
)
{
slap_graduate_commit_csn
(
op
);
...
...
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