X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fgraph.c;h=f5aff5bfd7a2511e71042162408e390a332d19ea;hp=148f23c4253d20c9e2ae69a2b17553ccb28c423d;hb=369fe1ab1cbfc3f8305de1faab2e30157378b044;hpb=62f235e05c54e458724f437e519ed1b3e17835b1 diff --git a/src/graph.c b/src/graph.c index 148f23c..f5aff5b 100644 --- a/src/graph.c +++ b/src/graph.c @@ -286,6 +286,9 @@ void sssp_bfs(void) { free(envp[i]); subnet_update(n, NULL, n->status.reachable); + + if(!n->status.reachable) + update_node_udp(n, NULL); } } }