summaryrefslogtreecommitdiff
path: root/www/varnish2/files/patch-svn-r1913
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /www/varnish2/files/patch-svn-r1913
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'www/varnish2/files/patch-svn-r1913')
-rw-r--r--www/varnish2/files/patch-svn-r191318
1 files changed, 0 insertions, 18 deletions
diff --git a/www/varnish2/files/patch-svn-r1913 b/www/varnish2/files/patch-svn-r1913
deleted file mode 100644
index 318666826f0e..000000000000
--- a/www/varnish2/files/patch-svn-r1913
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: bin/varnishd/cache_center.c
-===================================================================
---- bin/varnishd/cache_center.c (revision 1912)
-+++ bin/varnishd/cache_center.c (revision 1913)
-@@ -524,7 +524,12 @@
- */
- WSL(sp->wrk, SLT_Debug, sp->fd,
- "on waiting list on obj %u", sp->obj->xid);
-- assert(!isnan(sp->wrk->used));
-+ /*
-+ * There is a non-zero risk that we come here more than once
-+ * before we get through, in that case cnt_recv must be set
-+ */
-+ if (isnan(sp->wrk->used))
-+ sp->wrk->used = TIM_real();
- SES_Charge(sp);
- return (1);
- }