]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix false NAT lookup errors.
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 31 May 2009 00:32:47 +0000 (12:32 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 31 May 2009 00:32:47 +0000 (12:32 +1200)
commitfa71b86734bf92f1ae9a556de4f876c900204cdd
treed33eb3168455b0f5c7d967c3627c236ea8ecfef9
parent4d6c850459199c1e0e950d09516a5652a94173b7
Fix false NAT lookup errors.

Turns out the getsockopt result test was inverted.
Also update SOL_IP parameter to current IPPROTO values.
src/ip/IpIntercept.cc