Commit 90695583 authored by Nils Goroll's avatar Nils Goroll

remove wrong comment

it is the true (1) argument to VCL_Get_CliCtx which creates the msg vsb.
parent e5e545f9
......@@ -778,7 +778,7 @@ vcl_cli_state(struct cli *cli, const char * const *av, void *priv)
AN(av[3]);
ctx = VCL_Get_CliCtx(1);
ctx->vcl = vcl_find(av[2]);
AN(ctx->vcl); // MGT ensures this
AN(ctx->vcl);
if (vcl_set_state(ctx, av[3])) {
AZ(VSB_finish(ctx->msg));
VCLI_SetResult(cli, CLIS_CANT);
......
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