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
3a69fd12
Commit
3a69fd12
authored
Sep 08, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Sep 09, 2020
Browse files
ITS
#9342
delta-sync: ignore error if deleting an already deleted entry
parent
21388437
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
3a69fd12
...
...
@@ -2654,6 +2654,9 @@ syncrepl_message_to_op(
Debug
(
rc
?
LDAP_DEBUG_ANY
:
LDAP_DEBUG_SYNC
,
"syncrepl_message_to_op: %s be_delete %s (%d)
\n
"
,
si
->
si_ridtxt
,
op
->
o_req_dn
.
bv_val
,
rc
);
/* silently ignore this */
if
(
rc
==
LDAP_NO_SUCH_OBJECT
)
rc
=
LDAP_SUCCESS
;
do_graduate
=
0
;
break
;
}
...
...
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