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

fix insignificant over-allocation

parent dc3dff0e
......@@ -323,7 +323,7 @@ vmod_cluster_allow(VRT_CTX,
if (! cluster_blacklisted(pr, b))
return;
pl = cluster_task_param_l(ctx, vc, pr->nblack + 1, NULL);
pl = cluster_task_param_l(ctx, vc, pr->nblack, NULL);
cluster_blacklist_del(pl, b);
}
......
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