From 8af92fb15d1166dbd79e40a53c3a785ca8c0346b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Oct 2015 21:12:52 +0000 Subject: -fix --- src/dht/gnunet-service-dht_neighbours.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dht/gnunet-service-dht_neighbours.c') 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, const struct GNUNET_PeerIdentity *peer, void *value) { - struct ConnectInfo *ci = cls; + struct ConnectInfo *ci = value; GNUNET_assert (GNUNET_YES == GNUNET_CONTAINER_multipeermap_remove (all_desired_peers, -- cgit v1.2.3