Merge "[adb data server] Initialize variable" into rvc-dev am: 126a1c2dd0

Change-Id: If01b50552b08160da93b4b6b3880133d17b3e2ed
This commit is contained in:
TreeHugger Robot 2020-03-19 17:32:33 +00:00 committed by Automerger Merge Worker
commit 80afce0b66

View file

@ -228,7 +228,7 @@ class IncrementalServer {
std::vector<char> pendingBlocks_;
// True when client notifies that all the data has been received
bool servingComplete_;
bool servingComplete_ = false;
};
bool IncrementalServer::SkipToRequest(void* buffer, size_t* size, bool blocking) {