]> git.sur5r.net Git - openldap/commitdiff
ITS#5362 syncrepl_updateCookie doesn't need to graduate_commit_csn, the
authorHoward Chu <hyc@openldap.org>
Sun, 10 Feb 2008 02:06:31 +0000 (02:06 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 10 Feb 2008 02:06:31 +0000 (02:06 +0000)
backends already do it.

servers/slapd/syncrepl.c

index 1f3f86a9ef6d5aa7a1f931bddcc868e5e949bc3e..e56233114c8a46c51cca7f7a7627a08b1b0be30d 100644 (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 );