X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fgraph.c;h=45063795893e7789b586f4dd61577915c7aa98af;hp=7079f93efc5e98513541b47de14d823211874b30;hb=4c30004cb6dc23616d7295b0ce631f066e7f1f82;hpb=af77e5d475d4d4ab7ad036e926a05f4f3b5c6589 diff --git a/src/graph.c b/src/graph.c index 7079f93e..45063795 100644 --- a/src/graph.c +++ b/src/graph.c @@ -204,7 +204,7 @@ static void check_reachability(void) { for splay_each(node_t, n, node_tree) { if(n->status.visited != n->status.reachable) { n->status.reachable = !n->status.reachable; - n->last_state_change = time(NULL); + n->last_state_change = now.tv_sec; if(n->status.reachable) { logger(DEBUG_TRAFFIC, LOG_DEBUG, "Node %s (%s) became reachable",