mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
ITS#7928 fix syncprov abandon cleanup
This commit is contained in:
parent
9a8cb6091a
commit
92c7a89130
@ -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 New Issue
Block a user