Merge "[adb data server] Initialize variable" into rvc-dev

This commit is contained in:
TreeHugger Robot 2020-03-19 17:14:28 +00:00 committed by Android (Google) Code Review
commit 126a1c2dd0
1 changed files with 1 additions and 1 deletions

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) {