From: Bart Polot Date: Wed, 22 Feb 2012 12:27:07 +0000 (+0000) Subject: - Minor doxygen update X-Git-Tag: initial-import-from-subversion-38251~14737 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=52ab0e8c9a2f62cb5cb1eb90a5258a985a3999f4;p=oweals%2Fgnunet.git - Minor doxygen update --- 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);