Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
4da575d4
Commit
4da575d4
authored
Feb 01, 2021
by
Ondřej Kuzník
Browse files
ITS#7766 Fix previous commit
parent
ac70b01b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
4da575d4
...
...
@@ -5363,7 +5363,6 @@ void syncrepl_diff_entry( Operation *op, Attribute *old, Attribute *new,
while
(
old
)
{
Modifications
*
mod
=
ch_malloc
(
sizeof
(
Modifications
)
);
mod
=
ch_malloc
(
sizeof
(
Modifications
)
);
mod
->
sml_op
=
LDAP_MOD_DELETE
;
mod
->
sml_flags
=
0
;
mod
->
sml_desc
=
old
->
a_desc
;
...
...
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