Skip to content

Commit

Permalink
Merge pull request #510 from mtconnect/509_issues_with_2.4_shdr_token…
Browse files Browse the repository at this point in the history
…izer

Fixed UUID adapter config option
  • Loading branch information
wsobel authored Jan 4, 2025
2 parents d6bc710 + 07cabea commit be0d0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(AGENT_VERSION_MAJOR 2)
set(AGENT_VERSION_MINOR 4)
set(AGENT_VERSION_PATCH 0)
set(AGENT_VERSION_BUILD 7)
set(AGENT_VERSION_BUILD 8)
set(AGENT_VERSION_RC "")

# This minimum version is to support Visual Studio 2019 and C++ feature checking and FetchContent
Expand Down
1 change: 1 addition & 0 deletions src/mtconnect/configuration/agent_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1034,6 +1034,7 @@ namespace mtconnect::configuration {
{
// Set the UUID of the device
m_agent->deviceChanged(device, *uuid);
adapterOptions[configuration::Device] = *uuid;
}

auto preserve = GetOption<bool>(adapterOptions, configuration::PreserveUUID);
Expand Down

0 comments on commit be0d0c3

Please sign in to comment.