From: Source Maintenance Date: Tue, 4 Oct 2016 18:12:15 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_15~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ea966047dd1b65f827251ba47797b4677798d9e;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ip/Intercept.cc b/src/ip/Intercept.cc index d2018b11f4..4b2e8f623e 100644 --- a/src/ip/Intercept.cc +++ b/src/ip/Intercept.cc @@ -215,7 +215,8 @@ Ip::Intercept::IpfInterception(const Comm::ConnectionPointer &newConn, int silen natLookup.nl_v = 6; newConn->local.getInAddr(natLookup.nl_inipaddr.in6); newConn->remote.getInAddr(natLookup.nl_outipaddr.in6); - } else { + } + else { natLookup.nl_v = 4; newConn->local.getInAddr(natLookup.nl_inipaddr.in4); newConn->remote.getInAddr(natLookup.nl_outipaddr.in4);