]> git.ipfire.org Git - thirdparty/squid.git/commit
Silence secondary errors on fatal shutdowns.
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 22 May 2008 12:05:45 +0000 (00:05 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 22 May 2008 12:05:45 +0000 (00:05 +1200)
commit634243ef25171d360c1659c209da8d41e657fae2
tree390cc050cf615db0b498a28f8e892ae8b5d81126
parent13b5cd0ca5992342694a205aad38aa51dcdd9d32
Silence secondary errors on fatal shutdowns.

This patch causes fatal() errors to set the shutdown flag before aborting.
The result of this is that secondary errors not related to the fatal condition
but caused during the shutdown sequence no longer confuse the error traces.

It also cleans up a little broken whitespace formatting in the snmp_core.cc
src/snmp_core.cc
src/tools.cc