Commit 9b0b9fa3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Constify

parent bc5f754f
......@@ -278,7 +278,7 @@ struct list_args {
};
static const char *
cli_health(VRT_CTX, struct director *d)
cli_health(VRT_CTX, const struct director *d)
{
VCL_BOOL healthy = VRT_Healthy(ctx, d, NULL);
......
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