Commit 80c5b908 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix typo.

It's amazing how long time it can take to spot a bug like this :-(
parent 6d4447ce
......@@ -179,7 +179,7 @@ mgt_vcl_dep_del(struct vcldep *vd)
CHECK_OBJ_NOTNULL(vd, VCLDEP_MAGIC);
VTAILQ_REMOVE(&vd->from->dfrom, vd, lfrom);
VTAILQ_REMOVE(&vd->to->dfrom, vd, lto);
VTAILQ_REMOVE(&vd->to->dto, vd, lto);
FREE_OBJ(vd);
}
......
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