X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fgraph.c;h=19a33e2e9de1485cd1d7a462168ff288bbf2e49b;hp=9b0184b091a0cdf15602871afcb7f5e277614720;hb=de126fa104aaeabbc66b5dd59da9d07da2f0fd97;hpb=7b36d61024ee05caa638f7cd45044b98b31b8aa8 diff --git a/src/graph.c b/src/graph.c index 9b0184b0..19a33e2e 100644 --- a/src/graph.c +++ b/src/graph.c @@ -229,7 +229,9 @@ static void check_reachability(meshlink_handle_t *mesh) { timeout_del(&mesh->loop, &n->mtutimeout); - update_node_status(mesh, n); + if(!n->status.blacklisted) { + update_node_status(mesh, n); + } if(!n->status.reachable) { update_node_udp(mesh, n, NULL);