From 5cfa1386eaeab77589a1b6d0ac99db77f3a6e462 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 10 Feb 2008 02:06:31 +0000 Subject: [PATCH] ITS#5362 syncrepl_updateCookie doesn't need to graduate_commit_csn, the backends already do it. --- servers/slapd/syncrepl.c | 1 - 1 file changed, 1 deletion(-) 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 ); -- 2.39.5