mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
improve fix to ITS#4173
This commit is contained in:
parent
dd2afd3e3e
commit
86fc534c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue