aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 1 insertions, 1 deletions
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)
1284 GNUNET_PEER_change_rc (pi->id, -1); 1284 GNUNET_PEER_change_rc (pi->id, -1);
1285 GNUNET_CRYPTO_hash (&id, sizeof (struct GNUNET_PeerIdentity), &hash); 1285 GNUNET_CRYPTO_hash (&id, sizeof (struct GNUNET_PeerIdentity), &hash);
1286 1286
1287 GNUNET_assert (GNUENT_YES == 1287 GNUNET_assert (GNUNET_YES ==
1288 GNUNET_CONTAINER_multihashmap_remove (peers, &hash, pi)); 1288 GNUNET_CONTAINER_multihashmap_remove (peers, &hash, pi));
1289 if (NULL != pi->dhtget) 1289 if (NULL != pi->dhtget)
1290 { 1290 {