From: Howard Chu Date: Sun, 10 Feb 2008 02:06:31 +0000 (+0000) Subject: ITS#5362 syncrepl_updateCookie doesn't need to graduate_commit_csn, the X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~183 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5cfa1386eaeab77589a1b6d0ac99db77f3a6e462;p=openldap ITS#5362 syncrepl_updateCookie doesn't need to graduate_commit_csn, the backends already do it. --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 1f3f86a9ef..e56233114c 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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 );