From f492ef5080aef364dc0b82064467bc7e56232403 Mon Sep 17 00:00:00 2001 From: Mingzhoutang Date: Thu, 13 May 2021 11:21:37 +0800 Subject: modify for issue #223 --- implementation/routing/src/routing_manager_proxy.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'implementation') 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 its_lock(state_mutex_); -- cgit v1.2.1