mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
Fixed return value of _cleanup function
This commit is contained in:
parent
b7d38c15ff
commit
5b897eef52
@ -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 New Issue
Block a user