-nicer
authorChristian Grothoff <christian@grothoff.org>
Wed, 1 Feb 2012 15:20:17 +0000 (15:20 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 1 Feb 2012 15:20:17 +0000 (15:20 +0000)
src/transport/gnunet-service-transport_neighbours.c

index 1312ee5460597e1bdedb8e7aa8257b0aa6aa13ea..0f81ab7be86d4719e57226c9835f904e70797283 100644 (file)
@@ -2746,7 +2746,7 @@ GST_neighbours_handle_connect (const struct GNUNET_MessageHeader *message,
   bcc->ats[ats_count].value =
       htonl ((uint32_t) GST_neighbour_get_latency (peer).rel_value);
   GST_blacklist_test_allowed (peer, address->transport_name,
-                              handle_connect_blacklist_cont, bcc);
+                              &handle_connect_blacklist_cont, bcc);
 }