Skip to content
Snippets Groups Projects
Commit d99aaf5b authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

fix for tr_reload_W command

parent 3ac5679f
No related branches found
No related tags found
No related merge requests found
......@@ -535,7 +535,6 @@ int ua_server_init(bool warm_start)
if(!warm_start) {
mUaServer = UA_Server_new();
UA_ServerConfig_setDefault(UA_Server_getConfig(mUaServer));
}
TermOutput termout;
std::vector<int> nodes = SD.unb->get_nodes(); // all nodes
......@@ -560,7 +559,7 @@ int ua_server_init(bool warm_start)
std::string perm = trmap->getPerm(m);
ua_add_Variable(mUaServer, m, format, size, perm);
}
}
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment