From 429d9e85393e8ec6e7cc9a0908c8f7f08fe32c70 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 98063300ec..abfa3551a3 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