]> git.ipfire.org Git - thirdparty/squid.git/commit
Sync socket family type to the outgoing address family.
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 21 May 2010 04:17:56 +0000 (16:17 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 21 May 2010 04:17:56 +0000 (16:17 +1200)
commit75eb730e2b93993e32f9e45511233103ad1b37d5
tree0205f661fc5a342d9c54060d69bc9950f356a828
parent2f538b781bbb4ac5cbb376ee8699b408e5f5da7f
Sync socket family type to the outgoing address family.

This evades the COMM_ERR_PROTOCOL results from comm_connect_addr.
Ideally those errors would now be unused, however there are still
components which call comm_connect_addr directly.
src/comm/ConnectStateData.cc
src/forward.cc