Revert "bug fix from code review comment"

This reverts commit e81b21ac59.
This commit is contained in:
Anthony Thibault 2019-11-13 17:17:17 -08:00
parent e1fc666b0f
commit 487515d956

View file

@ -151,7 +151,7 @@ void SafeLanding::updateTracking() {
shouldStop = (sequenceSize == 0 ||
(startIter != _sequenceNumbers.end() &&
endIter != _sequenceNumbers.end() &&
tooManySequenceNumbers &&
!tooManySequenceNumbers &&
((distance(startIter, endIter) == sequenceSize - 1) || !missingSequenceNumbers)));
if (shouldStop) {