]> git.sur5r.net Git - openldap/commitdiff
Fixed return value of _cleanup function
authorRalf Haferkamp <ralf@openldap.org>
Fri, 20 Jul 2007 17:13:22 +0000 (17:13 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Fri, 20 Jul 2007 17:13:22 +0000 (17:13 +0000)
servers/slapd/overlays/pcache.c

index 17d5afd15c8ced9e0f287a82234df1bdfa9f93a0..b62e7d6becc1d790e7c3f2e4421dd2eb34306532 100644 (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