From: Amos Jeffries Date: Sun, 17 Feb 2013 09:31:18 +0000 (-0700) Subject: Fix typo in rev.12692 X-Git-Tag: SQUID_3_4_0_1~267 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=796ca6d332fde0e7a8d092717344d771b0872c3d;p=thirdparty%2Fsquid.git Fix typo in rev.12692 --- diff --git a/src/HttpHeaderTools.h b/src/HttpHeaderTools.h index d5ba1e888e..dafa78734a 100644 --- a/src/HttpHeaderTools.h +++ b/src/HttpHeaderTools.h @@ -77,7 +77,7 @@ private: class HeaderWithAcl { public: - HeaderWithAcl() : valueFormat(NULL), aclList(NULL), fieldId(HDR_BAD_HDR), quoted(false) {} + HeaderWithAcl() : aclList(NULL), valueFormat(NULL), fieldId(HDR_BAD_HDR), quoted(false) {} /// HTTP header field name std::string fieldName;