gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17849 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r17849 - gnunet/src/mesh
Date: Fri, 28 Oct 2011 18:42:27 +0200

Author: bartpolot
Date: 2011-10-28 18:42:27 +0200 (Fri, 28 Oct 2011)
New Revision: 17849

Modified:
   gnunet/src/mesh/mesh_tunnel_tree.c
Log:
Ignore return


Modified: gnunet/src/mesh/mesh_tunnel_tree.c
===================================================================
--- gnunet/src/mesh/mesh_tunnel_tree.c  2011-10-28 16:41:02 UTC (rev 17848)
+++ gnunet/src/mesh/mesh_tunnel_tree.c  2011-10-28 16:42:27 UTC (rev 17849)
@@ -409,7 +409,7 @@
     copy = GNUNET_malloc(sizeof(struct GNUNET_PeerIdentity));
   *copy = *hop;
 
-  GNUNET_CONTAINER_multihashmap_put(
+  (void) GNUNET_CONTAINER_multihashmap_put(
     tree->first_hops,
     &id.hashPubKey,
     copy,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]