Commit 50ede45d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

typo


git-svn-id: http://www.varnish-cache.org/svn/trunk@237 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a153c929
......@@ -29,7 +29,7 @@ HSH_Lookup(struct worker *w, struct http *h)
w->nobjhead = calloc(sizeof *w->nobjhead, 1);
assert(w->nobjhead != NULL);
TAILQ_INIT(&w->nobjhead->objects);
AZ(pthread_mutex_init(&oh->mtx, NULL));
AZ(pthread_mutex_init(&w->nobjhead->mtx, NULL));
}
if (w->nobj == NULL) {
w->nobj = calloc(sizeof *w->nobj, 1);
......
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