mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
ITS#7735 fix memctx usage in prev commit
This commit is contained in:
parent
de896ea1df
commit
a12bedc2d8
1 changed files with 1 additions and 2 deletions
|
|
@ -380,8 +380,7 @@ slap_reparse_sync_cookie(
|
|||
for (; !BER_BVISNULL( &cookie->ctxcsn[cookie->numcsns] ); cookie->numcsns++);
|
||||
}
|
||||
if ( cookie->numcsns ) {
|
||||
cookie->sids = slap_parse_csn_sids( cookie->ctxcsn, cookie->numcsns,
|
||||
memctx );
|
||||
cookie->sids = slap_parse_csn_sids( cookie->ctxcsn, cookie->numcsns, NULL );
|
||||
if ( cookie->numcsns > 1 )
|
||||
slap_sort_csn_sids( cookie->ctxcsn, cookie->sids, cookie->numcsns, memctx );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue