summaryrefslogtreecommitdiff
path: root/www/squid3/files/patch-ServiceRep.cc
blob: 69e067f5be0c0aed483ea9271778be08e06ca41a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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