From: Amos Jeffries Date: Mon, 20 Dec 2010 23:52:52 +0000 (-0700) Subject: http_port display cleanup X-Git-Tag: take00~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33e701f3e70637551dfb7f1974a0d1907baf3c77;p=thirdparty%2Fsquid.git http_port display cleanup * ignore-cc is a violation when not on accel ports. --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index c2b5a4e873..179cfb469b 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -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