]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in rev.12692
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 17 Feb 2013 09:31:18 +0000 (02:31 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 17 Feb 2013 09:31:18 +0000 (02:31 -0700)
src/HttpHeaderTools.h

index d5ba1e888e7b38ca0e98d2cf1cb37fb025266e2a..dafa78734af8d1708ac61758f4bfd813e61dd371 100644 (file)
@@ -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;