Explorar o código

fix: fix issue #881

Julius Pfrommer %!s(int64=8) %!d(string=hai) anos
pai
achega
44a24c67d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/ua_config_standard.c

+ 1 - 1
plugins/ua_config_standard.c

@@ -71,7 +71,7 @@ const UA_EXPORT UA_ServerConfig UA_ServerConfig_standard = {
     .networkLayers = NULL,
 
     /* Access Control */
-    .accessControl = (UA_AccessControl) {
+    .accessControl = {
         .enableAnonymousLogin = ENABLEANONYMOUSLOGIN,
         .enableUsernamePasswordLogin = ENABLEUSERNAMEPASSWORDLOGIN,
         .activateSession = activateSession_default,