]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add a missing break. Currently does not have any effect but it may
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 28 Jul 2010 07:40:06 +0000 (10:40 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 28 Jul 2010 07:40:06 +0000 (10:40 +0300)
cause problems in the feature.

src/log/access_log.cc

index 937afa66eebe71d70c4a47c6f8d2c6dff65058c8..9a7968930faa8db2bbc5ae6f0943b45645e1e0b3 100644 (file)
@@ -1174,6 +1174,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: */