]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Mikio Kishi <mkishi@104.net>
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 Oct 2008 11:14:50 +0000 (00:14 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 Oct 2008 11:14:50 +0000 (00:14 +1300)
Fix regression: access.log request size tag (%>st)

src/access_log.cc

index 5ac1197615694f53c27fbe5d2b810ae938aa3d74..cf3901402adf5dbee5b5ea29b4e7fe0fdf74d77c 100644 (file)
@@ -783,7 +783,7 @@ accessLogCustom(AccessLogEntry * al, customlog * log)
             break;
 
         case LFT_REQUEST_SIZE_TOTAL:
-            outint = al->cache.requestSize;
+            outoff = al->cache.requestSize;
             dooff = 1;
             break;