From: Bart Polot Date: Mon, 27 Apr 2015 19:16:02 +0000 (+0000) Subject: - doc X-Git-Tag: initial-import-from-subversion-38251~1975 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=62698c25748610ae5f35b54054109e69773fead1;p=oweals%2Fgnunet.git - doc --- diff --git a/src/cadet/gnunet-service-cadet_channel.c b/src/cadet/gnunet-service-cadet_channel.c index e529f8ecb..a7a505ba4 100644 --- a/src/cadet/gnunet-service-cadet_channel.c +++ b/src/cadet/gnunet-service-cadet_channel.c @@ -1070,7 +1070,7 @@ channel_rel_free_sent (struct CadetChannelReliability *rel, LOG (GNUNET_ERROR_TYPE_DEBUG, " next copy %u\n", copy->mid); i += copy->mid - target - 1; /* MID: 90, t = 85, i += 4 (i++ later) */ mask = (0x1LL << (i + 1)) - 1; /* Mask = i-th bit and all before */ - bitfield &= ~mask; + bitfield &= ~mask; /* Clear all bits up to MID - 1 */ continue; }