mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-21 01:42:18 +00:00
Added missing call to *_recalc_node() to *_record_link().
This commit is contained in:
parent
87610c18f5
commit
d19e0b7e39
@ -911,11 +911,11 @@ int overlay_route_record_link(long long now,unsigned char *to,unsigned char *via
|
||||
if (timestamp>n->last_first_hand_observation_time_sec)
|
||||
n->last_first_hand_observation_time_sec=timestamp;
|
||||
|
||||
WHY("Need to update best known route");
|
||||
overlay_route_recalc_node_metrics(n,now);
|
||||
|
||||
overlay_route_dump();
|
||||
|
||||
return WHY("Not complete");
|
||||
return 0;
|
||||
}
|
||||
|
||||
int overlay_route_dump()
|
||||
|
Loading…
x
Reference in New Issue
Block a user