From: phk Date: Sat, 5 Aug 2006 17:30:54 +0000 (+0000) Subject: And that is not a good idea either. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3201e3f10ece9886734d2d63b3030916bcc3c79a;p=varnish And that is not a good idea either. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@681 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_pool.c b/varnish-cache/bin/varnishd/cache_pool.c index 68c0672a..a03439d7 100644 --- a/varnish-cache/bin/varnishd/cache_pool.c +++ b/varnish-cache/bin/varnishd/cache_pool.c @@ -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--;