From: Christian Grothoff Date: Sun, 18 Oct 2015 21:12:52 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~1224 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8af92fb15d1166dbd79e40a53c3a785ca8c0346b;p=oweals%2Fgnunet.git -fix --- 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,