diff --git a/bits.go b/bits.go index ddbd4c6b6..ea3884908 100644 --- a/bits.go +++ b/bits.go @@ -70,7 +70,7 @@ func (b *Bits) Update(l *logrus.Logger, i uint64) bool { } // Set the bit to false to indicate missing packets. b.bits[n%b.length] = false - } + } // Mark the current packet as received. b.bits[i%b.length] = true