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:
717e997
)
typo
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 24 Oct 2011 13:54:17 +0000
(13:54 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 24 Oct 2011 13:54:17 +0000
(13:54 +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 7cdc56e792e73fd36f2726bc3047b81118491cd9..d8b41e6ea852a6bd49c13138f80c4a2fad52f3c2 100644
(file)
--- a/
src/mesh/gnunet-service-mesh.c
+++ b/
src/mesh/gnunet-service-mesh.c
@@
-1284,7
+1284,7
@@
peer_info_destroy (struct MeshPeerInfo *pi)
GNUNET_PEER_change_rc (pi->id, -1);
GNUNET_CRYPTO_hash (&id, sizeof (struct GNUNET_PeerIdentity), &hash);
- GNUNET_assert (GNU
EN
T_YES ==
+ GNUNET_assert (GNU
NE
T_YES ==
GNUNET_CONTAINER_multihashmap_remove (peers, &hash, pi));
if (NULL != pi->dhtget)
{