diff options
Diffstat (limited to 'www/squid3/files/patch-ServiceRep.cc')
-rw-r--r-- | www/squid3/files/patch-ServiceRep.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/squid3/files/patch-ServiceRep.cc b/www/squid3/files/patch-ServiceRep.cc deleted file mode 100644 index 69e067f5be0c..000000000000 --- a/www/squid3/files/patch-ServiceRep.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/adaptation/ecap/ServiceRep.cc.orig 2018-09-24 18:34:06 UTC -+++ src/adaptation/ecap/ServiceRep.cc -@@ -234,7 +234,7 @@ bool Adaptation::Ecap::ServiceRep::probe - - bool Adaptation::Ecap::ServiceRep::up() const - { -- return theService; -+ return bool(theService); - } - - bool Adaptation::Ecap::ServiceRep::wantsUrl(const String &urlPath) const |