Merge "[adb data server] Initialize variable" into rvc-dev
This commit is contained in:
commit
126a1c2dd0
|
@ -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 New Issue