From: Ralf Haferkamp Date: Fri, 20 Jul 2007 17:13:22 +0000 (+0000) Subject: Fixed return value of _cleanup function X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~317 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5b897eef525824a62ef6e6978372fa3d483411af;p=openldap Fixed return value of _cleanup function --- diff --git a/servers/slapd/overlays/pcache.c b/servers/slapd/overlays/pcache.c index 17d5afd15c..b62e7d6bec 100644 --- a/servers/slapd/overlays/pcache.c +++ b/servers/slapd/overlays/pcache.c @@ -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