From 52ab0e8c9a2f62cb5cb1eb90a5258a985a3999f4 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 22 Feb 2012 12:27:07 +0000 Subject: [PATCH] - Minor doxygen update --- src/mesh/mesh_api.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index a4211e658..7b9aa06b1 100644 --- 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); -- 2.25.1