瀏覽代碼

fix: fix issue #881

Julius Pfrommer 8 年之前
父節點
當前提交
44a24c67d1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,