|
@@ -409,6 +409,9 @@ verifyServerApplicationURI(const UA_Server *server) {
|
|
|
|
|
|
UA_StatusCode
|
|
UA_StatusCode
|
|
UA_Server_run_startup(UA_Server *server) {
|
|
UA_Server_run_startup(UA_Server *server) {
|
|
|
|
+ /* ensure that the uri for ns1 is set up from the app description */
|
|
|
|
+ setupNs1Uri(server);
|
|
|
|
+
|
|
if(server->state > UA_SERVERLIFECYCLE_FRESH)
|
|
if(server->state > UA_SERVERLIFECYCLE_FRESH)
|
|
return UA_STATUSCODE_GOOD;
|
|
return UA_STATUSCODE_GOOD;
|
|
|
|
|