improve fix to ITS#4173

This commit is contained in:
Pierangelo Masarati 2005-11-16 15:58:18 +00:00
parent dd2afd3e3e
commit 86fc534c8f

View File

@ -1222,7 +1222,7 @@ syncprov_checkpoint( Operation *op, SlapReply *rs, slap_overinst *on )
syncprov_info_t *si = on->on_bi.bi_private;
Modifications mod;
Operation opm;
SlapReply rsm;
SlapReply rsm = { 0 };
struct berval bv[2];
slap_callback cb = {0};