Commit e43781b2 authored by Geoff Simmons's avatar Geoff Simmons

The do_pass field of struct busyobj is obsolete (just use uncacheable).

parent c3aa3510
......@@ -472,8 +472,8 @@ decide(VRT_CTX, const struct vmod_cluster_cluster_param *pr,
if (pr->direct ||
(pr->uncacheable_direct && ctx->bo &&
(ctx->bo->do_pass || ctx->bo->uncacheable ||
ctx->bo->is_hitmiss || ctx->bo->is_hitpass)))
(ctx->bo->uncacheable || ctx->bo->is_hitmiss ||
ctx->bo->is_hitpass)))
goto real;
AN(pr->cluster);
......
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