aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:06:09 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:06:09 +0000
commit5864b38170b7bdd4df745e0357448756535ba754 (patch)
tree5b753a8ac104e3a0d940d2460660fb6554ab92c8 /src/core/gnunet-service-core_neighbours.c
parente9077e888ecb1447d5094d4669063b0eb12b02d4 (diff)
downloadgnunet-5864b38170b7bdd4df745e0357448756535ba754.tar.gz
gnunet-5864b38170b7bdd4df745e0357448756535ba754.zip
fix
Diffstat (limited to 'src/core/gnunet-service-core_neighbours.c')
-rw-r--r--src/core/gnunet-service-core_neighbours.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/gnunet-service-core_neighbours.c b/src/core/gnunet-service-core_neighbours.c
index b4c1370da..ea1cca7d6 100644
--- a/src/core/gnunet-service-core_neighbours.c
+++ b/src/core/gnunet-service-core_neighbours.c
@@ -302,9 +302,7 @@ process_queue (struct Neighbour *n)
302 */ 302 */
303static void 303static void
304handle_transport_notify_connect (void *cls, 304handle_transport_notify_connect (void *cls,
305 const struct GNUNET_PeerIdentity *peer, 305 const struct GNUNET_PeerIdentity *peer)
306 const struct GNUNET_ATS_Information *atsi,
307 uint32_t atsi_count)
308{ 306{
309 struct Neighbour *n; 307 struct Neighbour *n;
310 308