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
643123d0
Commit
643123d0
authored
Sep 23, 2020
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Sep 23, 2020
Browse files
ITS#9355 Propagate errors from overlay_entry_get_ov
parent
584858eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
643123d0
...
...
@@ -2259,7 +2259,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