aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/mesh_tunnel_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_tunnel_tree.c b/src/mesh/mesh_tunnel_tree.c
index a01ff2ca7..16a9dbd8e 100644
--- a/src/mesh/mesh_tunnel_tree.c
+++ b/src/mesh/mesh_tunnel_tree.c
@@ -409,7 +409,7 @@ tree_update_first_hops (struct MeshTunnelTree *tree,
409 copy = GNUNET_malloc(sizeof(struct GNUNET_PeerIdentity)); 409 copy = GNUNET_malloc(sizeof(struct GNUNET_PeerIdentity));
410 *copy = *hop; 410 *copy = *hop;
411 411
412 GNUNET_CONTAINER_multihashmap_put( 412 (void) GNUNET_CONTAINER_multihashmap_put(
413 tree->first_hops, 413 tree->first_hops,
414 &id.hashPubKey, 414 &id.hashPubKey,
415 copy, 415 copy,