X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.c;h=5d84741d0472aa66a99ee063f7879a719212595d;hb=72136f8418bc7e8a0a5bf3c11215aa49dc679659;hp=097a79c0a42747c24f4bea1fed1b12f047a7b7b7;hpb=f6e87ab476a0faf8b124ecaaa27f967d825e6457;p=tinc diff --git a/src/net.c b/src/net.c index 097a79c0..5d84741d 100644 --- a/src/net.c +++ b/src/net.c @@ -327,7 +327,7 @@ int reload_configuration(void) { read_config_options(config_tree, NULL); snprintf(fname, sizeof(fname), "%s" SLASH "hosts" SLASH "%s", confbase, myself->name); - read_config_file(config_tree, fname); + read_config_file(config_tree, fname, true); /* Parse some options that are allowed to be changed while tinc is running */