mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
ITS#7928 fix syncprov abandon cleanup
This commit is contained in:
parent
9a8cb6091a
commit
92c7a89130
1 changed files with 1 additions and 1 deletions
|
|
@ -1114,7 +1114,7 @@ syncprov_ab_cleanup( Operation *op, SlapReply *rs )
|
|||
{
|
||||
slap_callback *sc = op->o_callback;
|
||||
op->o_callback = sc->sc_next;
|
||||
syncprov_drop_psearch( op->o_callback->sc_private, 0 );
|
||||
syncprov_drop_psearch( sc->sc_private, 0 );
|
||||
op->o_tmpfree( sc, op->o_tmpmemctx );
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue