Skip to content
Snippets Groups Projects
Commit 5b897eef authored by Ralf Haferkamp's avatar Ralf Haferkamp
Browse files

Fixed return value of _cleanup function

parent b7d38c15
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment