From a7b0d46d27ab2f63f154449be8104b6c69e5e9d9 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 31 Jul 2006 19:18:26 +0000 Subject: [PATCH] Fix the dot-graph git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@574 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_center.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_center.c b/varnish-cache/bin/varnishd/cache_center.c index 28849c22..93369c03 100644 --- a/varnish-cache/bin/varnishd/cache_center.c +++ b/varnish-cache/bin/varnishd/cache_center.c @@ -291,7 +291,7 @@ DOT ] DOT lookup -> lookup3 [style=bold] DOT } DOT lookup -> HIT [label="hit", style=bold] -DOT lookup2 -> MISS [label="miss", style=bold] +DOT lookup3 -> MISS [label="miss", style=bold] */ static int -- 2.39.5