aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,