summaryrefslogtreecommitdiffstats
path: root/ffd/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffd/send.c')
-rw-r--r--ffd/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffd/send.c b/ffd/send.c
index 779476b..142d07a 100644
--- a/ffd/send.c
+++ b/ffd/send.c
@@ -182,7 +182,7 @@ static bool add_update(ffd_packet_t *packet, size_t max_len, ffd_node_id_t *node
}
}
- announce->feasability_distance = metric;
+ announce->feasibility_distance = metric;
return true;
}