- Minor doxygen update
authorBart Polot <bart@net.in.tum.de>
Wed, 22 Feb 2012 12:27:07 +0000 (12:27 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 22 Feb 2012 12:27:07 +0000 (12:27 +0000)
src/mesh/mesh_api.c

index a4211e6589c7a6d288ad9f9da6895a987f585198..7b9aa06b13617cd2bae952969e320eb76c309017 100644 (file)
@@ -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);