Initialize |sentBlocksCount|

It happened to always be 0 during all tests.

Test: manual
Change-Id: I2f5089096a8ecda2ec52756199412c7d43f6903c
This commit is contained in:
Yurii Zubrytskyi 2020-02-20 16:03:10 -08:00
parent b65950642d
commit 12051a0937

View file

@ -146,7 +146,7 @@ class File {
const unique_fd& RawFd() const { return fd_; }
std::vector<bool> sentBlocks;
NumBlocks sentBlocksCount;
NumBlocks sentBlocksCount = 0;
const char* const filepath;
const FileId id;