Explorar o código

allow adding of namespaces via the write service

Julius Pfrommer %!s(int64=7) %!d(string=hai) anos
pai
achega
592815f7db
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/server/ua_server.c

+ 1 - 0
src/server/ua_server.c

@@ -406,6 +406,7 @@ writeNamespaces(void *handle, const UA_NodeId nodeid, const UA_Variant *data,
     /* Add namespaces */
     for(size_t i = server->namespacesSize; i < newNamespacesSize; ++i)
         addNamespace(server, newNamespaces[i]);
+
     return UA_STATUSCODE_GOOD;
 }