Fix playlog uninit'd fields

This commit is contained in:
Howard Chu 2004-12-12 07:00:58 +00:00
parent edde8c99d8
commit 4ea68d5e8d

View File

@ -1194,6 +1194,10 @@ syncprov_playlog( Operation *op, SlapReply *rs, sessionlog *sl,
ndel = i;
/* Zero out unused slots */
for ( i=ndel; i < num - nmods; i++ )
uuids[i].bv_len = 0;
/* Mods must be validated to see if they belong in this delete set.
*/