X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fgraph.c;h=da6490911e36b3853f24f84cc345c4278c7c3bb0;hb=9a018c2e371eb1cef9708ac71653f2f2868895fa;hp=3dd2ff1897a9106ba2dea4633ff767613473072a;hpb=914d1be411229c28e6e8e4a0df99afa076a8b448;p=tinc diff --git a/src/graph.c b/src/graph.c index 3dd2ff18..da649091 100644 --- a/src/graph.c +++ b/src/graph.c @@ -307,7 +307,7 @@ static void check_reachability(void) { } void graph(void) { - subnet_cache_flush(); + subnet_cache_flush_tables(); sssp_bfs(); check_reachability(); mst_kruskal();