ITS#4365 reset frs.sr_nentries before searching in syncprov_playlog

This commit is contained in:
Howard Chu 2006-01-23 22:23:00 +00:00
parent 0c0abfe917
commit fdc89d2604

View file

@ -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 */