From 197283a3e2de3afeb06bbe97573be496f19a12ca Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 22 Nov 2008 01:35:16 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3418 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_backend_poll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_backend_poll.h b/varnish-cache/bin/varnishd/cache_backend_poll.h index 0f52be36..7100f685 100644 --- a/varnish-cache/bin/varnishd/cache_backend_poll.h +++ b/varnish-cache/bin/varnishd/cache_backend_poll.h @@ -30,7 +30,7 @@ */ BITMAP(good_ipv4, '4', "Good IPv4", 0) -BITMAP(good_ipv6, '6', "Good IPv4", 0) +BITMAP(good_ipv6, '6', "Good IPv6", 0) BITMAP( err_xmit, 'x', "Error Xmit", 0) BITMAP(good_xmit, 'X', "Good Xmit", 0) BITMAP( err_shut, 's', "Error Shut", 0) -- 2.39.5