mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix missing si_syncCookie numcsns
This commit is contained in:
parent
480f0c16ff
commit
48cdd54d9a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user