mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue