X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fgraph.c;h=7288f74bf4ebc8b0c4293cb638e77e15ae081511;hp=f5aff5bfd7a2511e71042162408e390a332d19ea;hb=d15099e0029578bfd24d6b464b941f4693280001;hpb=469fa318bc817908af9a51e3a980ffc998fae6f2 diff --git a/src/graph.c b/src/graph.c index f5aff5bf..7288f74b 100644 --- a/src/graph.c +++ b/src/graph.c @@ -251,7 +251,7 @@ void sssp_bfs(void) { /* TODO: only clear status.validkey if node is unreachable? */ n->status.validkey = false; - n->status.waitingforkey = false; + n->last_req_key = 0; n->maxmtu = MTU; n->minmtu = 0;