From 30fca662f54e1b054775d002a8babfaeaa3ec55b Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 14 Jan 2009 21:24:57 +1300 Subject: [PATCH] Build error in HTCP patch --- src/htcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.47.3