mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#5362 syncrepl_updateCookie doesn't need to graduate_commit_csn, the
backends already do it.
This commit is contained in:
parent
90e644a1e9
commit
5cfa1386ea
@ -2708,7 +2708,6 @@ syncrepl_updateCookie(
|
||||
}
|
||||
ldap_pvt_thread_mutex_unlock( &si->si_cookieState->cs_mutex );
|
||||
|
||||
slap_graduate_commit_csn( op );
|
||||
op->o_bd = be;
|
||||
op->o_tmpfree( op->o_csn.bv_val, op->o_tmpmemctx );
|
||||
BER_BVZERO( &op->o_csn );
|
||||
|
Loading…
Reference in New Issue
Block a user