]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix comm_local_port for split-stack
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 19 Aug 2009 06:59:28 +0000 (18:59 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 19 Aug 2009 06:59:28 +0000 (18:59 +1200)
commit6084c0b6f311c5ccd9614c96dc8bc57fe568dba5
tree6b9097bf19b324d78ef620b66b1b909b0a3b9e77
parent2709c0e136949352950630bc4358767e5af2b3b2
Fix comm_local_port for split-stack

Calling this function had the unfortunate side-effect of resetting the
port flags to indicate it was an IPv6 port. Badly wrong for a supposedly
read-only operation.

This complete the DNS fixes for split-stack.

TODO: test and fix regular port usage with split-stack.
src/comm.cc