diff options
author | Bart Polot <bart@net.in.tum.de> | 2011-10-28 16:42:27 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2011-10-28 16:42:27 +0000 |
commit | db08ac0c2ad4d1b98aefc10c798d58f5ce237222 (patch) | |
tree | 25ca37e258821f0879d70278cc23d5cd0e9c1627 /src/mesh | |
parent | 53edf5e34cbe0b24fa448770fa07c7580d2bfbff (diff) |
Ignore return
Diffstat (limited to 'src/mesh')
-rw-r--r-- | src/mesh/mesh_tunnel_tree.c | 2 |
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, copy = GNUNET_malloc(sizeof(struct GNUNET_PeerIdentity)); *copy = *hop; - GNUNET_CONTAINER_multihashmap_put( + (void) GNUNET_CONTAINER_multihashmap_put( tree->first_hops, &id.hashPubKey, copy, |