aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-18 21:12:52 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-18 21:12:52 +0000
commit8af92fb15d1166dbd79e40a53c3a785ca8c0346b (patch)
tree938903c257cef34bc5af157c43582656386d6f2f /src/dht/gnunet-service-dht_neighbours.c
parent75e1efb22d791bd28be6acbc19dbcdfbd737c173 (diff)
downloadgnunet-8af92fb15d1166dbd79e40a53c3a785ca8c0346b.tar.gz
gnunet-8af92fb15d1166dbd79e40a53c3a785ca8c0346b.zip
-fix
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.c')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c
index 487cec375..560e0cc35 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -517,7 +517,7 @@ free_connect_info (void *cls,
517 const struct GNUNET_PeerIdentity *peer, 517 const struct GNUNET_PeerIdentity *peer,
518 void *value) 518 void *value)
519{ 519{
520 struct ConnectInfo *ci = cls; 520 struct ConnectInfo *ci = value;
521 521
522 GNUNET_assert (GNUNET_YES == 522 GNUNET_assert (GNUNET_YES ==
523 GNUNET_CONTAINER_multipeermap_remove (all_desired_peers, 523 GNUNET_CONTAINER_multipeermap_remove (all_desired_peers,