aboutsummaryrefslogtreecommitdiffstats
path: root/src/server_lds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/server_lds.c')
-rw-r--r--src/server_lds.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/server_lds.c b/src/server_lds.c
index 14c26b7..99c1e8c 100644
--- a/src/server_lds.c
+++ b/src/server_lds.c
@@ -115,8 +115,9 @@ main (int argc, char *argv[])
}
UA_StatusCode retval;
- UA_Server *server = createServer ((UA_UInt16)port, applicationUri, certPath,
- keyPath, trustPaths, trustSize, &retval);
+ UA_Server *server
+ = createServer ((UA_UInt16)port, applicationUri, certPath, keyPath,
+ trustPaths, trustSize, true, &retval);
if (!server)
{
freeTrustStore (trustPaths, trustSize);