mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
ITS#4365 reset frs.sr_nentries before searching in syncprov_playlog
This commit is contained in:
parent
0c0abfe917
commit
fdc89d2604
1 changed files with 1 additions and 0 deletions
|
|
@ -1434,6 +1434,7 @@ syncprov_playlog( Operation *op, SlapReply *rs, sessionlog *sl,
|
|||
mf.f_av_value = uuids[i];
|
||||
cb.sc_private = NULL;
|
||||
fop.ors_slimit = 1;
|
||||
frs.sr_nentries = 0;
|
||||
rc = fop.o_bd->be_search( &fop, &frs );
|
||||
|
||||
/* If entry was not found, add to delete list */
|
||||
|
|
|
|||
Loading…
Reference in a new issue