Commit f1add71c authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

"LABEL" is not a VCL state

Refs #2432
parent e441de71
......@@ -376,6 +376,8 @@ mgt_vcl_setstate(struct cli *cli, struct vclprog *vp, const char *vs)
char *p;
int i;
assert(vs != VCL_STATE_LABEL);
if (vp == active_vcl || mcf_is_label(vp)) {
AN(vp->warm);
return (0);
......
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