]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 31 Jul 2010 14:26:39 +0000 (08:26 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 31 Jul 2010 14:26:39 +0000 (08:26 -0600)
Add a missing break.

Currently does not have any effect but it may cause problems in the feature.

src/access_log.cc

index fc4acfa9324624eff2818a94dca93c6ba3efe719..e4a66f6e8f7a368089d902703b4a019ec2fd1ca7 100644 (file)
@@ -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: */