Merge "[adb data server] Initialize variable" into rvc-dev am: 126a1c2dd0
Change-Id: If01b50552b08160da93b4b6b3880133d17b3e2ed
This commit is contained in:
commit
80afce0b66
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue