]> err.no Git - varnish/commitdiff
Fix typo
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 22 Nov 2008 01:35:16 +0000 (01:35 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 22 Nov 2008 01:35:16 +0000 (01:35 +0000)
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

index 0f52be3612733c8f385ca4f121f56371320dc92c..7100f685df3b8b4d1c14a52d026d370d4257512c 100644 (file)
@@ -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)