From 62698c25748610ae5f35b54054109e69773fead1 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 27 Apr 2015 19:16:02 +0000 Subject: [PATCH] - doc --- src/cadet/gnunet-service-cadet_channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.25.1