Fixed return value of _cleanup function

This commit is contained in:
Ralf Haferkamp 2007-07-20 17:13:22 +00:00
parent b7d38c15ff
commit 5b897eef52

View File

@ -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