]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Build error in HTCP patch
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 14 Jan 2009 08:24:57 +0000 (21:24 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 14 Jan 2009 08:24:57 +0000 (21:24 +1300)
src/htcp.cc

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