From: Amos Jeffries Date: Wed, 14 Jan 2009 08:24:57 +0000 (+1300) Subject: Build error in HTCP patch X-Git-Tag: SQUID_3_2_0_1~1262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30fca662f54e1b054775d002a8babfaeaa3ec55b;p=thirdparty%2Fsquid.git Build error in HTCP patch --- diff --git a/src/htcp.cc b/src/htcp.cc index 7b36d5ab87..be50df166a 100644 --- a/src/htcp.cc +++ b/src/htcp.cc @@ -1585,7 +1585,7 @@ htcpClear(StoreEntry * e, const char *uri, HttpRequest * req, const HttpRequestM http_state_flags flags; if (htcpInSocket < 0) - return 0; + return; old_squid_format = p->options.htcp_oldsquid; memset(&flags, '\0', sizeof(flags));