r3557 - branches/2.0/varnish-cache/bin/varnishd

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Jan 28 15:04:12 CET 2009


Author: tfheen
Date: 2009-01-28 15:04:12 +0100 (Wed, 28 Jan 2009)
New Revision: 3557

Modified:
   branches/2.0/varnish-cache/bin/varnishd/cache_backend_poll.h
Log:
Merge r3418:

Fix typo



Modified: branches/2.0/varnish-cache/bin/varnishd/cache_backend_poll.h
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/cache_backend_poll.h	2009-01-28 13:56:19 UTC (rev 3556)
+++ branches/2.0/varnish-cache/bin/varnishd/cache_backend_poll.h	2009-01-28 14:04:12 UTC (rev 3557)
@@ -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)



More information about the varnish-commit mailing list