aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-28 16:42:27 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-28 16:42:27 +0000
commitdb08ac0c2ad4d1b98aefc10c798d58f5ce237222 (patch)
tree25ca37e258821f0879d70278cc23d5cd0e9c1627 /src
parent53edf5e34cbe0b24fa448770fa07c7580d2bfbff (diff)
downloadgnunet-db08ac0c2ad4d1b98aefc10c798d58f5ce237222.tar.gz
gnunet-db08ac0c2ad4d1b98aefc10c798d58f5ce237222.zip
Ignore return
Diffstat (limited to 'src')
-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,