From: Automatic source maintenance Date: Thu, 12 Aug 2010 04:22:11 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_1_7~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f8d4160abaf99c1486aa4621542d41c75942636;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/tunnel.cc b/src/tunnel.cc index dbfba54d86..60db83e2db 100644 --- a/src/tunnel.cc +++ b/src/tunnel.cc @@ -651,7 +651,7 @@ tunnelStart(ClientHttpRequest * http, int64_t * size_ptr, int *status_ptr) errorSend(fd, anErr); return; } - + // if IPv6 is split-stack, prefer IPv4 if (Ip::EnableIpv6&IPV6_SPECIAL_SPLITSTACK) { // NP: This is not a great choice of default,