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

Commit 588a87d6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "adb: fix uninitialized variable."

parents 8aa05943 b0195744
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;