From: phk Date: Sat, 10 Jan 2009 22:49:44 +0000 (+0000) Subject: Addendum to r3501: remove the file from the list. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a71500a55ae5fa5ae118147ac785ba328233fe2;p=varnish Addendum to r3501: remove the file from the list. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3502 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_vcc.c b/varnish-cache/bin/varnishd/mgt_vcc.c index 4331f5fa..c2aaa2f6 100644 --- a/varnish-cache/bin/varnishd/mgt_vcc.c +++ b/varnish-cache/bin/varnishd/mgt_vcc.c @@ -437,6 +437,7 @@ mgt_vcc_atexit(void) if (vp == NULL) break; (void)unlink(vp->fname); + VTAILQ_REMOVE(&vclhead, vp, list); } }