X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincctl.c;h=46bf5bd5b034a147cd6f389a5822faa5d51ca8c6;hb=7f96ef081dc0dc41e3955e35c1a36a62fd47f72b;hp=fc59c580c36fffefa842f56465b2417b0b08ca77;hpb=3ccdf50beb6b2d3f2730bdc66006b43190537cde;p=tinc diff --git a/src/tincctl.c b/src/tincctl.c index fc59c580..46bf5bd5 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -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);