X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgraph.c;h=70d65731d1b78d886a100cfff7cc29bf5f980802;hb=0356efecb6385b59a69bea220057396d6daa30bc;hp=690f4bd53fd30ed5caf2894432049b2ca1f48965;hpb=6b92ac505d2cd5c7e390d49bf1f0b399ef9f8327;p=tinc diff --git a/src/graph.c b/src/graph.c index 690f4bd5..70d65731 100644 --- a/src/graph.c +++ b/src/graph.c @@ -275,13 +275,6 @@ static void check_reachability(void) { update_node_udp(n, NULL); memset(&n->status, 0, sizeof n->status); n->options = 0; - } else if(n->connection) { - if(n->status.sptps) { - if(n->connection->outgoing) - send_req_key(n); - } else { - send_ans_key(n); - } } }