mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix missing si_syncCookie numcsns
This commit is contained in:
parent
480f0c16ff
commit
48cdd54d9a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue