X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d7e2dad86a72fd5a3cd8717a9e1518832c193a3e..853fa83fff8cf298bf3c1a03e7ea17bbf0022f68:/projects/stargazer/services_impl.cpp

diff --git a/projects/stargazer/services_impl.cpp b/projects/stargazer/services_impl.cpp
index bb9fdc1a..90c23f81 100644
--- a/projects/stargazer/services_impl.cpp
+++ b/projects/stargazer/services_impl.cpp
@@ -192,7 +192,7 @@ assert(service != NULL && "Pointer to service is not null");
 
 STG_LOCKER lock(&mutex);
 if (data.empty())
-    return false;
+    return true;
 
 const_iterator si(std::find(data.begin(), data.end(), SERVICE_CONF(name)));
 
@@ -211,7 +211,7 @@ assert(service != NULL && "Pointer to service is not null");
 
 STG_LOCKER lock(&mutex);
 if (data.empty())
-    return false;
+    return true;
 
 const_iterator si(std::find(data.begin(), data.end(), SERVICE_CONF(name)));