r5106 - trunk/varnish-cache/bin/varnishd

tfheen at varnish-cache.org tfheen at varnish-cache.org
Fri Aug 13 13:15:20 CEST 2010


Author: tfheen
Date: 2010-08-13 13:15:20 +0200 (Fri, 13 Aug 2010)
New Revision: 5106

Modified:
   trunk/varnish-cache/bin/varnishd/cache_center.c
Log:
Correct embedded dot about obj.* in vcl_fetch

The embedded dot claimed obj.* was available in vcl_fetch, something
it's not.  Fix this.

Thanks to Yves Hwang for spotting this.


Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c	2010-08-13 10:40:12 UTC (rev 5105)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c	2010-08-13 11:15:20 UTC (rev 5106)
@@ -399,7 +399,7 @@
 DOT	]
 DOT	vcl_fetch [
 DOT		shape=record
-DOT		label="vcl_fetch()|req.\nobj.\nbereq.\nberesp."
+DOT		label="vcl_fetch()|req.\nbereq.\nberesp."
 DOT	]
 DOT	fetch -> vcl_fetch [style=bold,color=blue,weight=2]
 DOT	fetch_pass [




More information about the varnish-commit mailing list