]> tinc-vpn.org Git - tinc/blobdiff - src/tincctl.c
Fix check for LOCALSTATEDIR accessibility for the CLI.
[tinc] / src / tincctl.c
index fc59c580c36fffefa842f56465b2417b0b08ca77..46bf5bd5b034a147cd6f389a5822faa5d51ca8c6 100644 (file)
@@ -2558,7 +2558,7 @@ int main(int argc, char *argv[]) {
        if(!parse_options(argc, argv))
                return 1;
 
-       make_names();
+       make_names(false);
        xasprintf(&tinc_conf, "%s" SLASH "tinc.conf", confbase);
        xasprintf(&hosts_dir, "%s" SLASH "hosts", confbase);