Skip to content

Commit be0d0c3

Browse files
authored
Merge pull request mtconnect#510 from mtconnect/509_issues_with_2.4_shdr_tokenizer
Fixed UUID adapter config option
2 parents d6bc710 + 07cabea commit be0d0c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set(AGENT_VERSION_MAJOR 2)
33
set(AGENT_VERSION_MINOR 4)
44
set(AGENT_VERSION_PATCH 0)
5-
set(AGENT_VERSION_BUILD 7)
5+
set(AGENT_VERSION_BUILD 8)
66
set(AGENT_VERSION_RC "")
77

88
# This minimum version is to support Visual Studio 2019 and C++ feature checking and FetchContent

src/mtconnect/configuration/agent_config.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,7 @@ namespace mtconnect::configuration {
10341034
{
10351035
// Set the UUID of the device
10361036
m_agent->deviceChanged(device, *uuid);
1037+
adapterOptions[configuration::Device] = *uuid;
10371038
}
10381039

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

0 commit comments

Comments
 (0)