Mailing List Archive

r3418 - trunk/varnish-cache/bin/varnishd
Author: tfheen
Date: 2008-11-22 02:35:16 +0100 (Sat, 22 Nov 2008)
New Revision: 3418

Modified:
trunk/varnish-cache/bin/varnishd/cache_backend_poll.h
Log:
Fix typo


Modified: trunk/varnish-cache/bin/varnishd/cache_backend_poll.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_backend_poll.h 2008-11-21 13:00:35 UTC (rev 3417)
+++ trunk/varnish-cache/bin/varnishd/cache_backend_poll.h 2008-11-22 01:35:16 UTC (rev 3418)
@@ -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)