]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
http_port display cleanup
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 20 Dec 2010 23:52:52 +0000 (16:52 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 20 Dec 2010 23:52:52 +0000 (16:52 -0700)
 * ignore-cc is a violation when not on accel ports.

src/cache_cf.cc

index c2b5a4e873c06d6bd7e8becf56237488aa0a36f4..179cfb469bafb0679aa65a449c02403071518ae3 100644 (file)
@@ -3794,7 +3794,7 @@ dump_generic_http_port(StoreEntry * e, const char *n, const http_port_list * s)
     if (s->name)
         storeAppendPrintf(e, " name=%s", s->name);
 
-#if !USE_HTTP_VIOLATIONS
+#if USE_HTTP_VIOLATIONS
     if (!s->accel && s->ignore_cc)
         storeAppendPrintf(e, " ignore-cc");
 #endif