summaryrefslogtreecommitdiff
path: root/implementation/service_discovery
diff options
context:
space:
mode:
authorlutzbichler <52852266+lutzbichler@users.noreply.github.com>2022-03-15 07:11:23 +0100
committerGitHub <noreply@github.com>2022-03-15 07:11:23 +0100
commit18e8b7f98c3ecc9cf3bc7bd6c5c1098ad397d9ac (patch)
tree3aac50c0bb94b7eb67651adff00fc8e8f70359af /implementation/service_discovery
parent01faa10d1c64254f394857cf9fb9a1e90d2a442e (diff)
parentb53b88eb23b2f8a16b829b7d770b1483eaf025f3 (diff)
downloadvSomeIP-18e8b7f98c3ecc9cf3bc7bd6c5c1098ad397d9ac.tar.gz
Merge pull request #288 from 007herelsp/master
fixed android build error
Diffstat (limited to 'implementation/service_discovery')
-rw-r--r--implementation/service_discovery/src/service_discovery_impl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/implementation/service_discovery/src/service_discovery_impl.cpp b/implementation/service_discovery/src/service_discovery_impl.cpp
index 5075cf1..1f5dc07 100644
--- a/implementation/service_discovery/src/service_discovery_impl.cpp
+++ b/implementation/service_discovery/src/service_discovery_impl.cpp
@@ -3732,8 +3732,10 @@ reliability_type_e service_discovery_impl::get_eventgroup_reliability(
<< std::hex << std::setw(4) << std::setfill('0') << _instance << "."
<< std::hex << std::setw(4) << std::setfill('0') << _eventgroup << "]";
}
+
return its_reliability;
}
+
} // namespace sd
} // namespace vsomeip_v3