ITS#5362 syncrepl_updateCookie doesn't need to graduate_commit_csn, the

backends already do it.
This commit is contained in:
Howard Chu 2008-02-10 02:06:31 +00:00
parent 90e644a1e9
commit 5cfa1386ea

View File

@ -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 );