mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
improve fix to ITS#4173
This commit is contained in:
parent
dd2afd3e3e
commit
86fc534c8f
@ -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};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user