Merge "[adb data server] Initialize variable"

This commit is contained in:
Treehugger Robot 2020-04-20 18:51:23 +00:00 committed by Gerrit Code Review
commit 4a0a6faa08
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ class IncrementalServer {
char* pendingBlocks_ = nullptr;
// 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) {