summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlichengcheng <lichengcheng@iauto.com>2022-02-22 12:08:25 +0800
committerlichengcheng <lichengcheng@iauto.com>2022-02-22 12:08:25 +0800
commit1602e34b0af280c91972b4942260fc26e818473c (patch)
tree382a079c45af40dd9cfd0d9fa1a73a2e6bd55c3a
parent6ad0dc5e81b19611a393cd8b46221314e2400453 (diff)
downloadvSomeIP-1602e34b0af280c91972b4942260fc26e818473c.tar.gz
fix for TC8 test case SOMEIPSRV_SD_BEHAVIOR_03 to passed
-rw-r--r--implementation/service_discovery/src/service_discovery_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/implementation/service_discovery/src/service_discovery_impl.cpp b/implementation/service_discovery/src/service_discovery_impl.cpp
index b252e62..43e64c9 100644
--- a/implementation/service_discovery/src/service_discovery_impl.cpp
+++ b/implementation/service_discovery/src/service_discovery_impl.cpp
@@ -979,7 +979,7 @@ service_discovery_impl::send(bool _is_announcing) {
std::lock_guard<std::mutex> its_lock(offer_mutex_);
services_t its_offers = host_->get_offered_services();
- insert_offer_entries(its_messages, its_offers, false);
+ insert_offer_entries(its_messages, its_offers, true);
// Serialize and send
return send(its_messages);