Explorar o código

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

Julius Pfrommer %!s(int64=5) %!d(string=hai) anos
pai
achega
c695113574
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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++) {