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

Commit 126a1c2d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[adb data server] Initialize variable" into rvc-dev

parents 7e479157 6a2c18a8
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) {