Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03e9c69b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "[adb data server] Initialize variable" into rvc-dev am: 126a1c2d am: 4e0ddf7e am: a025ea4e

Change-Id: I317fecc2b2bbdc27615c97a4e36c8c1bd03df9ba
parents d29c4710 a025ea4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {