mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Fixed return value of _cleanup function
This commit is contained in:
parent
b7d38c15ff
commit
5b897eef52
1 changed files with 1 additions and 0 deletions
|
|
@ -1261,6 +1261,7 @@ pcache_op_cleanup( Operation *op, SlapReply *rs ) {
|
|||
}
|
||||
op->o_callback = op->o_callback->sc_next;
|
||||
op->o_tmpfree( cb, op->o_tmpmemctx );
|
||||
return SLAP_CB_CONTINUE;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue