Commit 05b21793 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

This was not a valid test.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@680 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 380b27ec
......@@ -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) {
......
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