Prevent oracle attacks in the legacy protocol (CVE-2018-16737, CVE-2018-16738)
[tinc] / src / net_setup.c
index 73d46c9..d8b3116 100644 (file)
@@ -687,7 +687,7 @@ bool setup_myself_reloadable(void) {
                keylifetime = 3600;
        }
 
-       if (!get_config_bool(lookup_config(config_tree, "AutoConnect"), &autoconnect)) {
+       if(!get_config_bool(lookup_config(config_tree, "AutoConnect"), &autoconnect)) {
                autoconnect = true;
        }