ソースを参照

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,