aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/serviceFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/serviceFactory.cpp')
-rw-r--r--src/net/serviceFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/serviceFactory.cpp b/src/net/serviceFactory.cpp
index a16098ce..98aee646 100644
--- a/src/net/serviceFactory.cpp
+++ b/src/net/serviceFactory.cpp
@@ -101,7 +101,7 @@ shared_ptr <const serviceFactory::registeredService> serviceFactory::getServiceB
return (*it);
}
- throw exceptions::no_service_available(name);
+ return null;
}