X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fgraph.c;fp=src%2Fgraph.c;h=c7401b6a6341e669f0dfc7c5535d74a15fc54de5;hb=afea9096fa708b2a2e6e24c308c0f1a80eefa5cc;hp=b73a35e69f749c98bc839c5f2ed9b3a414bdbe21;hpb=0fdc99b6a501992b8c1dea2d1a909363b5564d0d;p=meshlink diff --git a/src/graph.c b/src/graph.c index b73a35e6..c7401b6a 100644 --- a/src/graph.c +++ b/src/graph.c @@ -177,7 +177,7 @@ static void check_reachability(meshlink_handle_t *mesh) { n->last_reachable = time(NULL); if(first_time_reachable) { - if(!node_write_config(mesh, n)) { + if(!node_write_config(mesh, n, false)) { logger(mesh, MESHLINK_WARNING, "Could not write host config file for node %s!\n", n->name); }