From: Matthias Wachs Date: Mon, 24 Oct 2011 13:54:17 +0000 (+0000) Subject: typo X-Git-Tag: initial-import-from-subversion-38251~16287 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c239ff7b21bfafd7f3cf5979b76bbda3ead37b28;p=oweals%2Fgnunet.git typo --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 7cdc56e79..d8b41e6ea 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -1284,7 +1284,7 @@ peer_info_destroy (struct MeshPeerInfo *pi) GNUNET_PEER_change_rc (pi->id, -1); GNUNET_CRYPTO_hash (&id, sizeof (struct GNUNET_PeerIdentity), &hash); - GNUNET_assert (GNUENT_YES == + GNUNET_assert (GNUNET_YES == GNUNET_CONTAINER_multihashmap_remove (peers, &hash, pi)); if (NULL != pi->dhtget) {