Commit 9f768696 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Polish

parent c1f35e2b
...@@ -209,5 +209,5 @@ VCL_TaskLeave(const struct vcl *vcl, struct vrt_privs *privs) ...@@ -209,5 +209,5 @@ VCL_TaskLeave(const struct vcl *vcl, struct vrt_privs *privs)
VRBT_FOREACH_SAFE(vp, vrt_priv_tree, &privs->privs, vp1) { VRBT_FOREACH_SAFE(vp, vrt_priv_tree, &privs->privs, vp1) {
VRT_priv_fini(vp->priv); VRT_priv_fini(vp->priv);
} }
INIT_OBJ(privs, 0); ZERO_OBJ(privs, sizeof *privs);
} }
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