]> git.sur5r.net Git - openldap/commitdiff
Fix missing si_syncCookie numcsns
authorHoward Chu <hyc@openldap.org>
Mon, 20 Jun 2011 13:51:33 +0000 (06:51 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 6 Sep 2011 19:49:30 +0000 (12:49 -0700)
servers/slapd/syncrepl.c

index 98063300ecaa3ca2f0ecf9a07a90f50988c311ed..abfa3551a375ac4e62aafaa02cd49a68148a7f6f 100644 (file)
@@ -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;