Commit 12f00538 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Addendum to r3501: remove the file from the list.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3502 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 6335a96c
...@@ -437,6 +437,7 @@ mgt_vcc_atexit(void) ...@@ -437,6 +437,7 @@ mgt_vcc_atexit(void)
if (vp == NULL) if (vp == NULL)
break; break;
(void)unlink(vp->fname); (void)unlink(vp->fname);
VTAILQ_REMOVE(&vclhead, vp, list);
} }
} }
......
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