Browse Source

Remove misleading comment

This config also enables two logins via username/password
Frank Meerkoetter 6 years ago
parent
commit
dd5e72bd1e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/ua_config_default.c

+ 0 - 1
plugins/ua_config_default.c

@@ -165,7 +165,6 @@ createDefaultConfig(void) {
     conf->nodeLifecycle.constructor = NULL;
     conf->nodeLifecycle.destructor = NULL;
 
-    /* Access Control. Anonymous Login only. */
     if (UA_AccessControl_default(&conf->accessControl, true, usernamePasswordsSize,
     		usernamePasswords) != UA_STATUSCODE_GOOD) {
     	UA_ServerConfig_delete(conf);