summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMingzhoutang <Mingzhou_Tang@human-horizons.com>2021-05-13 11:21:37 +0800
committerMingzhoutang <Mingzhou_Tang@human-horizons.com>2021-05-13 11:21:37 +0800
commitf492ef5080aef364dc0b82064467bc7e56232403 (patch)
tree5d55239409a8579ebb83f431e6361d7da3cd7303
parent338d6090113d514f28757e30f417bb6ee643f0f3 (diff)
downloadvSomeIP-f492ef5080aef364dc0b82064467bc7e56232403.tar.gz
modify for issue #223
-rw-r--r--implementation/routing/src/routing_manager_proxy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/implementation/routing/src/routing_manager_proxy.cpp b/implementation/routing/src/routing_manager_proxy.cpp
index 3eba2a5..2af0eb5 100644
--- a/implementation/routing/src/routing_manager_proxy.cpp
+++ b/implementation/routing/src/routing_manager_proxy.cpp
@@ -154,6 +154,7 @@ bool routing_manager_proxy::offer_service(client_t _client,
if(!routing_manager_base::offer_service(_client, _service, _instance, _major, _minor)) {
VSOMEIP_WARNING << "routing_manager_proxy::offer_service,"
<< "routing_manager_base::offer_service returned false";
+ return false;
}
{
std::lock_guard<std::mutex> its_lock(state_mutex_);