Add VRT_CTX to fini method

parent ad46d271
...@@ -86,10 +86,11 @@ msg(VRT_CTX, const char *fmt, ...) ...@@ -86,10 +86,11 @@ msg(VRT_CTX, const char *fmt, ...)
} }
static void static void
priv_vcl_free(void *priv) priv_vcl_free(VRT_CTX, void *priv)
{ {
struct vmod_wadj_vcl *wa_vcl; struct vmod_wadj_vcl *wa_vcl;
(void)ctx;
CAST_OBJ_NOTNULL(wa_vcl, priv, VMOD_WADJ_VCL_MAGIC); CAST_OBJ_NOTNULL(wa_vcl, priv, VMOD_WADJ_VCL_MAGIC);
AN(VTAILQ_EMPTY(&wa_vcl->props)); AN(VTAILQ_EMPTY(&wa_vcl->props));
......
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