aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 1312ee546..0f81ab7be 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -2746,7 +2746,7 @@ GST_neighbours_handle_connect (const struct GNUNET_MessageHeader *message,
2746 bcc->ats[ats_count].value = 2746 bcc->ats[ats_count].value =
2747 htonl ((uint32_t) GST_neighbour_get_latency (peer).rel_value); 2747 htonl ((uint32_t) GST_neighbour_get_latency (peer).rel_value);
2748 GST_blacklist_test_allowed (peer, address->transport_name, 2748 GST_blacklist_test_allowed (peer, address->transport_name,
2749 handle_connect_blacklist_cont, bcc); 2749 &handle_connect_blacklist_cont, bcc);
2750} 2750}
2751 2751
2752 2752