Commit 216fa71e authored by Nils Goroll's avatar Nils Goroll

add a missing VTAILQ_INIT

parent ae72dba3
......@@ -358,6 +358,7 @@ vmod_random_remove_backend(VRT_CTX,
VTAILQ_REMOVE(&rr->extra.props, prop, list_vd);
vdir_unlock(rr->vd);
VTAILQ_INIT(&props);
VTAILQ_INSERT_HEAD(&props, prop, list_vd);
AZ(pthread_mutex_lock(&wa_vcl->mtx));
......
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