From db08ac0c2ad4d1b98aefc10c798d58f5ce237222 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 28 Oct 2011 16:42:27 +0000 Subject: Ignore return --- src/mesh/mesh_tunnel_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesh') 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, copy = GNUNET_malloc(sizeof(struct GNUNET_PeerIdentity)); *copy = *hop; - GNUNET_CONTAINER_multihashmap_put( + (void) GNUNET_CONTAINER_multihashmap_put( tree->first_hops, &id.hashPubKey, copy, -- cgit v1.2.3