]> git.ipfire.org Git - thirdparty/squid.git/commit - src/tools.cc
Correct LINUX_CAPABILITY actions on non-Linux
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 1 Dec 2008 04:46:44 +0000 (17:46 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 1 Dec 2008 04:46:44 +0000 (17:46 +1300)
commitb5bd96cebc105b0fbcabfe0b5f40cec27665e2c4
tree96e15d1d0a8d6319c9ea4158998054f1c08180d8
parent11f11b5c256a06884f32bf6a8345c0513afc7905
Correct LINUX_CAPABILITY actions on non-Linux

non-Linux should not set transparency OFF, just because they dont have
Linux syscap.

Also kill bad use of goto. Should have been an if-else sequence.
src/tools.cc