]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix 'access_log none' to prevent following logs being used
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 May 2015 07:21:07 +0000 (00:21 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 May 2015 07:21:07 +0000 (00:21 -0700)
commit0b194f86dcfabe448f7611a8fd5d621309fe25fa
treec30d14f960c5897d4f51f9d9a987f5aed85714c5
parentb07288b93dba528d320a86a57b9fade51a7a7ee1
Fix 'access_log none' to prevent following logs being used

The documented behaviour of "access_log none" for preventing logging
using log lines following the directive has not been working in
Squid-3 for some time.

Since the 'none' type does not have a log module associated the entire
switch logic where its abort is checked for was being skipped.
src/log/access_log.cc