From 45357ad567fac8ce6d051f55d7bf3596001a48f2 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 25 Jan 2024 20:35:21 -0800 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-13280 Signed-off-by: stephb9959 --- build | 2 +- src/framework/MicroService.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build b/build index 780fea92d..efee1f88b 100644 --- a/build +++ b/build @@ -1 +1 @@ -77 \ No newline at end of file +78 \ No newline at end of file diff --git a/src/framework/MicroService.h b/src/framework/MicroService.h index c9861fba5..a991316fc 100644 --- a/src/framework/MicroService.h +++ b/src/framework/MicroService.h @@ -170,6 +170,7 @@ namespace OpenWifi { inline void SetConfigContent(const std::string &Content) { ConfigContent_ = Content; } inline std::optional GetPrivateEndPointServiceKey( const std::string & ServicePrivateEndPoint ) { + std::lock_guard G(InfraMutex_); auto K = Services_.find(ServicePrivateEndPoint); if(K==end(Services_)) { return std::nullopt;