From: Amos Jeffries Date: Sat, 31 Jul 2010 14:26:39 +0000 (-0600) Subject: Author: Christos Tsantilas X-Git-Tag: SQUID_3_1_6~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da43cc74a9b69db6ad4965c288f8cc4543cba269;p=thirdparty%2Fsquid.git Author: Christos Tsantilas Add a missing break. Currently does not have any effect but it may cause problems in the feature. --- diff --git a/src/access_log.cc b/src/access_log.cc index fc4acfa932..e4a66f6e8f 100644 --- a/src/access_log.cc +++ b/src/access_log.cc @@ -1133,6 +1133,7 @@ accessLogCustom(AccessLogEntry * al, customlog * log) case LFT_REPLY_SIZE_HEADERS: outint = al->cache.replyHeadersSize; doint = 1; + break; /*case LFT_REPLY_SIZE_BODY: */ /*case LFT_REPLY_SIZE_BODY_NO_TE: */