Commit b5aaa542 authored by Guillaume Quintard's avatar Guillaume Quintard

Revert overcommitted change

parent f8e95527
......@@ -806,7 +806,7 @@ VRT_r_obj_hits(VRT_CTX)
CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC);
CHECK_OBJ_NOTNULL(ctx->req, REQ_MAGIC);
CHECK_OBJ_NOTNULL(ctx->req->objcore, OBJCORE_MAGIC);
return (ctx->req->is_hit ? ctx->req->objcore->hits : 1);
return (ctx->req->is_hit ? ctx->req->objcore->hits : 0);
}
VCL_BOOL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment