gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 503672ac3265aa9e62ede01f5196932f12c48520
parent 2a6e6e1654af25646b0f0812595ecf8e4319f643
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 11 Aug 2016 17:21:04 +0000

-note simplification possibility

Diffstat:
Msrc/cadet/cadet_api.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c @@ -423,6 +423,7 @@ create_channel (struct GNUNET_CADET_Handle *h, CADET_ChannelNumber chid) * * @return Handle to the required channel or NULL if not found. */ +// FIXME: simplify: call_cleaner is always #GNUNET_YES!!! static void destroy_channel (struct GNUNET_CADET_Channel *ch, int call_cleaner) {