mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix for syncprov checkpoint CSN disposal
This commit is contained in:
parent
6495247869
commit
a1830a3cd0
@ -166,7 +166,7 @@ slap_queue_csn(
|
|||||||
ldap_pvt_thread_mutex_lock( op->o_bd->be_pcl_mutexp );
|
ldap_pvt_thread_mutex_lock( op->o_bd->be_pcl_mutexp );
|
||||||
|
|
||||||
ber_dupbv( &pending->ce_csn, csn );
|
ber_dupbv( &pending->ce_csn, csn );
|
||||||
op->o_csn = pending->ce_csn;
|
ber_dupbv_x( &op->o_csn, &pending->ce_csn, op->o_tmpmemctx );
|
||||||
pending->ce_connid = op->o_connid;
|
pending->ce_connid = op->o_connid;
|
||||||
pending->ce_opid = op->o_opid;
|
pending->ce_opid = op->o_opid;
|
||||||
pending->ce_state = SLAP_CSN_PENDING;
|
pending->ce_state = SLAP_CSN_PENDING;
|
||||||
|
Loading…
Reference in New Issue
Block a user