mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
fix uninit'd be_context_csn for syncrepl
This commit is contained in:
parent
6cdaa19b96
commit
81265a7872
@ -139,6 +139,7 @@ glue_back_db_open (
|
||||
|
||||
gi->gi_bd.be_acl = be->be_acl;
|
||||
gi->gi_bd.be_pending_csn_list = be->be_pending_csn_list;
|
||||
gi->gi_bd.be_context_csn = be->be_context_csn;
|
||||
|
||||
if (gi->gi_bd.bd_info->bi_db_open)
|
||||
rc = gi->gi_bd.bd_info->bi_db_open(&gi->gi_bd);
|
||||
|
Loading…
Reference in New Issue
Block a user