From 9e32678ac4da7538b85ad9f35e0314402a402dd2 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 30 Sep 2007 19:42:16 +0000 Subject: [PATCH] nitpicking git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2058 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_pool.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/varnish-cache/bin/varnishd/cache_pool.c b/varnish-cache/bin/varnishd/cache_pool.c index 5948e6a9..54daa6d7 100644 --- a/varnish-cache/bin/varnishd/cache_pool.c +++ b/varnish-cache/bin/varnishd/cache_pool.c @@ -199,12 +199,11 @@ wrk_do_one(struct worker *w) static void * wrk_thread(void *priv) { - struct worker *w, ww; + struct worker w[1]; struct wq *qp; char c; qp = priv; - w = &ww; memset(w, 0, sizeof *w); w->magic = WORKER_MAGIC; w->used = TIM_real(); -- 2.39.5