Line 0
Link Here
|
|
|
1 |
--- src/adaptation/ecap/ServiceRep.cc.orig 2018-09-24 18:34:06 UTC |
2 |
+++ src/adaptation/ecap/ServiceRep.cc |
3 |
@@ -234,7 +234,7 @@ bool Adaptation::Ecap::ServiceRep::probe |
4 |
|
5 |
bool Adaptation::Ecap::ServiceRep::up() const |
6 |
{ |
7 |
- return theService; |
8 |
+ return bool(theService); |
9 |
} |
10 |
|
11 |
bool Adaptation::Ecap::ServiceRep::wantsUrl(const String &urlPath) const |