projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bbb051
)
Fix coverity #10232
author
Bart Polot
<bart@net.in.tum.de>
Mon, 31 Oct 2011 22:39:43 +0000
(22:39 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Mon, 31 Oct 2011 22:39:43 +0000
(22:39 +0000)
src/mesh/gnunet-service-mesh.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh.c
b/src/mesh/gnunet-service-mesh.c
index 6608b49dc8e305cdac2a3354a33f40142285c2ea..9939e1683132e3e2a4dcdfc518387b08bc441fee 100644
(file)
--- a/
src/mesh/gnunet-service-mesh.c
+++ b/
src/mesh/gnunet-service-mesh.c
@@
-1838,11
+1838,11
@@
tunnel_add_peer (struct MeshTunnel *t, struct MeshPeerInfo *peer)
{
t->peers_total++;
GNUNET_array_append (peer->tunnels, peer->ntunnels, t);
- GNUNET_CONTAINER_multihashmap_put(
+ GNUNET_
assert (GNUNET_OK == GNUNET_
CONTAINER_multihashmap_put(
t->peers,
&id.hashPubKey,
peer,
- GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_FAST);
+ GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_FAST)
)
;
}
if (NULL != (p = peer->path_head))