Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13280
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Jan 26, 2024
1 parent 8e984a8 commit 45357ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
77
78
1 change: 1 addition & 0 deletions src/framework/MicroService.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ namespace OpenWifi {
inline void SetConfigContent(const std::string &Content) { ConfigContent_ = Content; }

inline std::optional<OpenWifi::Types::MicroServiceMeta> GetPrivateEndPointServiceKey( const std::string & ServicePrivateEndPoint ) {
std::lock_guard G(InfraMutex_);
auto K = Services_.find(ServicePrivateEndPoint);
if(K==end(Services_)) {
return std::nullopt;
Expand Down

0 comments on commit 45357ad

Please sign in to comment.