r2238 - branches/1.1/bin/varnishd
des at projects.linpro.no
des at projects.linpro.no
Thu Nov 8 22:29:23 CET 2007
Author: des
Date: 2007-11-08 22:29:23 +0100 (Thu, 08 Nov 2007)
New Revision: 2238
Modified:
branches/1.1/bin/varnishd/cache_backend.c
Log:
Fix r2191.
Modified: branches/1.1/bin/varnishd/cache_backend.c
===================================================================
--- branches/1.1/bin/varnishd/cache_backend.c 2007-11-08 21:23:48 UTC (rev 2237)
+++ branches/1.1/bin/varnishd/cache_backend.c 2007-11-08 21:29:23 UTC (rev 2238)
@@ -95,7 +95,7 @@
{
CHECK_OBJ_NOTNULL(bereq, BEREQ_MAGIC);
- WS_Reset(bereq->ws, NULL);
+ WS_Reset(bereq->http->ws);
LOCK(&vbemtx);
VTAILQ_INSERT_HEAD(&bereq_head, bereq, list);
UNLOCK(&vbemtx);
More information about the varnish-commit
mailing list