X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fgraph.c;fp=src%2Fgraph.c;h=1efdb26c9b21ad73a809a9fa95ec16076528c8c7;hp=754626edd8a117fa15ddcdf9845a18c1aa43ae16;hb=61ab7adcdb4ac160e57ef7b22f56df9676b6381d;hpb=6ba5501ace0b03e1573e4ec2a3fee1491f64bfe2 diff --git a/src/graph.c b/src/graph.c index 754626ed..1efdb26c 100644 --- a/src/graph.c +++ b/src/graph.c @@ -212,10 +212,6 @@ static void check_reachability(meshlink_handle_t *mesh) { if(!n->status.reachable) { update_node_udp(mesh, n, NULL); n->status.broadcast = false; - } else if(n->connection) { - if(n->connection->status.initiator) { - send_req_key(mesh, n); - } } if(n->utcp) {