mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#7245 fix slap_parse_sync_cookie invocation
This commit is contained in:
parent
519e2b34b5
commit
62cdc32f4e
@ -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 New Issue
Block a user