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

Commit a025ea4e 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: 4e0ddf7e

Change-Id: Id9d48d4c3cf36fb5cbb00e430b22a7c97c03e63c
parents 4bec2eeb 4e0ddf7e
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) {