Commit 8bf6d306 authored by Nils Goroll's avatar Nils Goroll

cstyle

parent 39cc8d5c
......@@ -457,8 +457,8 @@ cluster_resolve(VRT_CTX,
VCL_BACKEND r;
if (pr->direct ||
pr->uncacheable_direct && ctx->bo &&
(ctx->bo->do_pass || ctx->bo->uncacheable))
(pr->uncacheable_direct && ctx->bo &&
(ctx->bo->do_pass || ctx->bo->uncacheable)))
return (real_resolve(ctx, pr->real, resolve));
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