Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Barchiesi
OpenLDAP
Commits
07d02d0d
Commit
07d02d0d
authored
Oct 18, 2018
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Dec 13, 2018
Browse files
Skip ITS#6545 transition markers when we change mod op
parent
d34baa2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/accesslog.c
View file @
07d02d0d
...
...
@@ -1665,7 +1665,8 @@ static int accesslog_response(Operation *op, SlapReply *rs) {
}
/* ITS#6545: when the same attribute is edited multiple times,
* record the transition */
if
(
m
->
sml_next
&&
m
->
sml_desc
==
m
->
sml_next
->
sml_desc
)
{
if
(
m
->
sml_next
&&
m
->
sml_desc
==
m
->
sml_next
->
sml_desc
&&
m
->
sml_op
==
m
->
sml_next
->
sml_op
)
{
ber_str2bv
(
":"
,
STRLENOF
(
":"
),
1
,
&
vals
[
i
]
);
i
++
;
}
...
...
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