mpool: Fix SelectMessages hanging

This commit is contained in:
Łukasz Magiera 2020-08-07 01:01:45 +02:00
parent 738296e8e9
commit 402b4b6c70

View File

@ -117,7 +117,7 @@ tailLoop:
continue continue
} }
// this chain needs to be trimmed // this chain needs to be trimmed
last = i last += i
continue tailLoop continue tailLoop
} }