mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
More for #6503
This commit is contained in:
parent
d4523d3142
commit
5ece155e14
1 changed files with 2 additions and 0 deletions
|
|
@ -1641,6 +1641,8 @@ syncprov_playlog( Operation *op, SlapReply *rs, sessionlog *sl,
|
||||||
delcsn[0].bv_len = se->se_csn.bv_len;
|
delcsn[0].bv_len = se->se_csn.bv_len;
|
||||||
delcsn[0].bv_val[delcsn[0].bv_len] = '\0';
|
delcsn[0].bv_val[delcsn[0].bv_len] = '\0';
|
||||||
} else {
|
} else {
|
||||||
|
if ( se->se_tag == LDAP_REQ_ADD )
|
||||||
|
continue;
|
||||||
nmods++;
|
nmods++;
|
||||||
j = num - nmods;
|
j = num - nmods;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue