From 48cdd54d9accb9283807ed592369b72654fb302d Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 20 Jun 2011 06:51:33 -0700 Subject: [PATCH] Fix missing si_syncCookie numcsns --- servers/slapd/syncrepl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 1788ca0838..90d719e02c 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -589,6 +589,7 @@ check_syncprov( slap_compose_sync_cookie( NULL, &si->si_syncCookie.octet_str, si->si_syncCookie.ctxcsn, si->si_syncCookie.rid, si->si_syncCookie.sid ); + slap_parse_sync_cookie( &si->si_syncCookie, NULL ); } ldap_pvt_thread_mutex_unlock( &si->si_cookieState->cs_mutex ); return changed; -- 2.39.5