Forráskód Böngészése

CTT: Disable unencrypted and anonymous login by default in the CTT

Julius Pfrommer 5 éve
szülő
commit
c695113574
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      examples/server_ctt.c

+ 1 - 0
examples/server_ctt.c

@@ -525,6 +525,7 @@ disableUnencrypted(UA_ServerConfig *config) {
         config->endpoints = NULL;
     }
 }
+
 static void
 disableOutdatedSecurityPolicy(UA_ServerConfig *config) {
     for(size_t i = 0; i < config->endpointsSize; i++) {