Commit a2d7099e authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Always send the VCL when delivering a VCL event

parent 304342fd
......@@ -393,6 +393,7 @@ vcl_set_state(struct vcl *vcl, const char *state)
INIT_OBJ(&ctx, VRT_CTX_MAGIC);
ctx.handling = &hand;
ctx.vcl = vcl;
switch(state[0]) {
case '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