r681 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sat Aug 5 19:30:54 CEST 2006


Author: phk
Date: 2006-08-05 19:30:54 +0200 (Sat, 05 Aug 2006)
New Revision: 681

Modified:
   trunk/varnish-cache/bin/varnishd/cache_pool.c
Log:
And that is not a good idea either.


Modified: trunk/varnish-cache/bin/varnishd/cache_pool.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pool.c	2006-08-05 17:30:08 UTC (rev 680)
+++ trunk/varnish-cache/bin/varnishd/cache_pool.c	2006-08-05 17:30:54 UTC (rev 681)
@@ -124,7 +124,6 @@
 		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--;




More information about the varnish-commit mailing list