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
2a72be32
Commit
2a72be32
authored
Apr 02, 2007
by
Howard Chu
Browse files
ITS#4904 fix from HEAD delta-sync modlist free
parent
267032f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
2a72be32
...
...
@@ -1382,6 +1382,7 @@ syncrepl_message_to_op(
}
else
{
op
->
orm_modlist
=
modlist
;
rc
=
op
->
o_bd
->
be_modify
(
op
,
&
rs
);
modlist
=
op
->
orm_modlist
;
Debug
(
rc
?
LDAP_DEBUG_ANY
:
LDAP_DEBUG_SYNC
,
"syncrepl_message_to_op: rid %03d be_modify %s (%d)
\n
"
,
si
->
si_rid
,
op
->
o_req_dn
.
bv_val
,
rc
);
...
...
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