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

Commit c57206a5 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "adb: fix uninitialized variable." am: 588a87d6 am: 966b39b3

am: 4ba1491a

Change-Id: I5765725c70d659e73b5b852cad0095a9d0d52522
parents 7ea96667 4ba1491a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ struct TransferId {
};

struct IoBlock {
    bool pending;
    bool pending = false;
    struct iocb control;
    std::shared_ptr<Block> payload;