mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Skip ITS#6545 transition markers when we change mod op
This commit is contained in:
parent
1e30640037
commit
df83989f0f
1 changed files with 2 additions and 1 deletions
|
|
@ -1668,7 +1668,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++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue