From: phk Date: Sat, 5 Aug 2006 17:30:08 +0000 (+0000) Subject: This was not a valid test. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae0e9fa74b90cb56519f1990d9ff80b8062dae61;p=varnish This was not a valid test. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@680 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_pool.c b/varnish-cache/bin/varnishd/cache_pool.c index 90f0e16e..68c0672a 100644 --- a/varnish-cache/bin/varnishd/cache_pool.c +++ b/varnish-cache/bin/varnishd/cache_pool.c @@ -109,7 +109,6 @@ wrk_do_one(struct worker *w) VSL_stats->n_wrk_queue--; AZ(pthread_mutex_unlock(&wrk_mtx)); CHECK_OBJ_NOTNULL(wrq->sess, SESS_MAGIC); - assert(wrq->sess->wrk == NULL); wrq->sess->wrk = w; w->wrq = wrq; if (wrq->sess->srcaddr == NULL) {