additional sanity checks while the priv fini change soaks in

parent 43d9e5fb
...@@ -273,6 +273,9 @@ VRT_priv_fini(VRT_CTX, const struct vmod_priv *p) ...@@ -273,6 +273,9 @@ VRT_priv_fini(VRT_CTX, const struct vmod_priv *p)
if (p->priv == NULL || m->fini == NULL) if (p->priv == NULL || m->fini == NULL)
return; return;
// XXX remove me after soak in
VRT_CTX_Assert(ctx);
m->fini(ctx, p->priv); m->fini(ctx, p->priv);
} }
......
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