mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-06 00:40:02 +01:00
Fix lint warning
This commit is contained in:
parent
ffddab2822
commit
75010175f9
|
|
@ -306,9 +306,9 @@ func (s *seqBuf) get() (e seqBufEntry, shouldRetryIn time.Duration, err error) {
|
|||
if s.compareSeq(e.seq, s.ignoreMissingPktsUntilSeq) == larger {
|
||||
// log.Debug("ignore over ", e.seq, " ", s.ignoreMissingPktsUntilSeq)
|
||||
s.ignoreMissingPktsUntilEnabled = false
|
||||
} else {
|
||||
// log.Debug("ignoring missing pkt, seq #", e.seq, " until ", s.ignoreMissingPktsUntilSeq)
|
||||
}
|
||||
} //else {
|
||||
// log.Debug("ignoring missing pkt, seq #", e.seq, " until ", s.ignoreMissingPktsUntilSeq)
|
||||
//}
|
||||
} else {
|
||||
expectedNextSeq := s.lastReturnedSeq.inc(s.maxSeqNum)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue