From: Automatic source maintenance Date: Mon, 31 Dec 2012 01:13:06 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_4_0_1~407 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f53156c2ec77640f3076722bbc3c8e73bd5d430d;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/htcp.cc b/src/htcp.cc index 84776a6961..ec38011202 100644 --- a/src/htcp.cc +++ b/src/htcp.cc @@ -1089,7 +1089,7 @@ htcpHandleTst(htcpDataHeader * hdr, char *buf, int sz, Ip::Address &from) } HtcpReplyData::HtcpReplyData() : - hit(0), hdr(hoHtcpReply), msg_id(0), version(0.0) + hit(0), hdr(hoHtcpReply), msg_id(0), version(0.0) {} static void diff --git a/src/icp_v2.cc b/src/icp_v2.cc index a5d1993430..ec66377695 100644 --- a/src/icp_v2.cc +++ b/src/icp_v2.cc @@ -96,12 +96,12 @@ Comm::ConnectionPointer icpOutgoingConn = NULL; /* icp_common_t */ _icp_common_t::_icp_common_t() : - opcode(ICP_INVALID), version(0), length(0), reqnum(0), - flags(0), pad(0), shostid(0) + opcode(ICP_INVALID), version(0), length(0), reqnum(0), + flags(0), pad(0), shostid(0) {} _icp_common_t::_icp_common_t(char *buf, unsigned int len) : - opcode(ICP_INVALID), version(0), reqnum(0), flags(0), pad(0), shostid(0) + opcode(ICP_INVALID), version(0), reqnum(0), flags(0), pad(0), shostid(0) { if (len < sizeof(_icp_common_t)) { /* mark as invalid */ diff --git a/src/ip/QosConfig.cc b/src/ip/QosConfig.cc index 0f350937fb..8fd23c8af6 100644 --- a/src/ip/QosConfig.cc +++ b/src/ip/QosConfig.cc @@ -185,12 +185,12 @@ Ip::Qos::doNfmarkLocalHit(const Comm::ConnectionPointer &conn) Ip::Qos::Config Ip::Qos::TheConfig; Ip::Qos::Config::Config() : tosLocalHit(0), tosSiblingHit(0), tosParentHit(0), - tosMiss(0), tosMissMask(0), preserveMissTos(false), - preserveMissTosMask(0xFF), markLocalHit(0), markSiblingHit(0), - markParentHit(0), markMiss(0), markMissMask(0), - preserveMissMark(false), preserveMissMarkMask(0xFFFFFFFF), - tosToServer(NULL), tosToClient(NULL), nfmarkToServer(NULL), - nfmarkToClient(NULL) + tosMiss(0), tosMissMask(0), preserveMissTos(false), + preserveMissTosMask(0xFF), markLocalHit(0), markSiblingHit(0), + markParentHit(0), markMiss(0), markMissMask(0), + preserveMissMark(false), preserveMissMarkMask(0xFFFFFFFF), + tosToServer(NULL), tosToClient(NULL), nfmarkToServer(NULL), + nfmarkToClient(NULL) { }