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

And that is not a good idea either.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@681 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 05b21793
......@@ -124,7 +124,6 @@ wrk_do_one(struct worker *w)
CHECK_OBJ(w->nobj, OBJECT_MAGIC);
if (w->nobjhead != NULL)
CHECK_OBJ(w->nobjhead, OBJHEAD_MAGIC);
wrq->sess->wrk = NULL;
w->wrq = NULL;
AZ(pthread_mutex_lock(&wrk_mtx));
VSL_stats->n_wrk_busy--;
......
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