From: Amos Jeffries Date: Thu, 31 Dec 2009 11:46:41 +0000 (+1300) Subject: Typo in status passing X-Git-Tag: SQUID_3_2_0_1~488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91d7f80a571a176f601d553d432a6470616d8ed;p=thirdparty%2Fsquid.git Typo in status passing --- diff --git a/src/HttpMsg.cc b/src/HttpMsg.cc index fe1656bcbc..09324b1574 100644 --- a/src/HttpMsg.cc +++ b/src/HttpMsg.cc @@ -402,7 +402,7 @@ void HttpParserInit(HttpParser *hdr, const char *buf, int bufsiz) { hdr->state = 1; - hdr->request_parse_status = HTTP_NONE; + hdr->request_parse_status = HTTP_STATUS_NONE; hdr->buf = buf; hdr->bufsiz = bufsiz; hdr->req_start = hdr->req_end = -1;