]> err.no Git - varnish/commitdiff
Addendum to r3501: remove the file from the list.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 10 Jan 2009 22:49:44 +0000 (22:49 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 10 Jan 2009 22:49:44 +0000 (22:49 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3502 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_vcc.c

index 4331f5fa6090b1e2a26ae99a843d1b1bcac50b52..c2aaa2f6f5097ff881f00e379c42ee928369e4f8 100644 (file)
@@ -437,6 +437,7 @@ mgt_vcc_atexit(void)
                if (vp == NULL)
                        break;
                (void)unlink(vp->fname);
+               VTAILQ_REMOVE(&vclhead, vp, list);
        }
 }