mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#7245 fix slap_parse_sync_cookie invocation
This commit is contained in:
parent
519e2b34b5
commit
62cdc32f4e
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ do_syncrep1(
|
|||
LDAP_STAILQ_REMOVE( &slap_sync_cookie, sc, sync_cookie, sc_next );
|
||||
|
||||
/* ctxcsn wasn't parsed yet, do it now */
|
||||
slap_parse_sync_cookie( sc, op->o_tmpmemctx );
|
||||
slap_parse_sync_cookie( sc, NULL );
|
||||
slap_sync_cookie_free( &si->si_syncCookie, 0 );
|
||||
slap_dup_sync_cookie( &si->si_syncCookie, sc );
|
||||
slap_sync_cookie_free( sc, 1 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue