Преглед изворни кода

Some variables in the server had the wrong hasdatatype reference

Julius Pfrommer пре 9 година
родитељ
комит
59488262d7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/server/ua_server.c

+ 1 - 1
src/server/ua_server.c

@@ -37,7 +37,7 @@ static const UA_NodeId nodeIdOrganizes = {
 
 
 static const UA_ExpandedNodeId expandedNodeIdBaseDataVariabletype = {
 static const UA_ExpandedNodeId expandedNodeIdBaseDataVariabletype = {
     .nodeId = {.namespaceIndex = 0, .identifierType = UA_NODEIDTYPE_NUMERIC,
     .nodeId = {.namespaceIndex = 0, .identifierType = UA_NODEIDTYPE_NUMERIC,
-               .identifier.numeric = UA_NS0ID_HASTYPEDEFINITION},
+               .identifier.numeric = UA_NS0ID_BASEDATAVARIABLETYPE},
     .namespaceUri = {.length = -1, .data = NULL}, .serverIndex = 0};
     .namespaceUri = {.length = -1, .data = NULL}, .serverIndex = 0};
 
 
 #ifndef ENABLE_GENERATE_NAMESPACE0
 #ifndef ENABLE_GENERATE_NAMESPACE0