Commit dc468246 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Flexelint polish


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2098 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 66b85780
......@@ -200,11 +200,12 @@ wrk_do_one(struct worker *w)
static void *
wrk_thread(void *priv)
{
struct worker w[1];
struct worker *w, ww;
struct wq *qp;
char c;
unsigned char wlog[8192]; /* XXX: size */
w = &ww;
qp = priv;
memset(w, 0, sizeof *w);
w->magic = WORKER_MAGIC;
......
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