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:
bd51fd6
)
- Minor doxygen update
author
Bart Polot
<bart@net.in.tum.de>
Wed, 22 Feb 2012 12:27:07 +0000
(12:27 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Wed, 22 Feb 2012 12:27:07 +0000
(12:27 +0000)
src/mesh/mesh_api.c
patch
|
blob
|
history
diff --git
a/src/mesh/mesh_api.c
b/src/mesh/mesh_api.c
index a4211e6589c7a6d288ad9f9da6895a987f585198..7b9aa06b13617cd2bae952969e320eb76c309017 100644
(file)
--- a/
src/mesh/mesh_api.c
+++ b/
src/mesh/mesh_api.c
@@
-422,9
+422,8
@@
destroy_tunnel (struct GNUNET_MESH_Tunnel *t, int call_cleaner)
next = th->next;
if (th->tunnel != t)
continue;
- /* we should not really get here, as clients should have
- aborted their requests already.
- Management traffic should be ok, as clients can't cancel that */
+ /* Clients should have aborted their requests already.
+ * Management traffic should be ok, as clients can't cancel that */
GNUNET_break (NULL == th->notify);
GNUNET_CONTAINER_DLL_remove (h->th_head, h->th_tail, th);