Merge "adb: fix uninitialized variable."
am: 588a87d68e
Change-Id: I87e9844a42d9a9e120a5f4e60149eb5ec3efbcdf
This commit is contained in:
commit
966b39b34c
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ struct TransferId {
|
|||
};
|
||||
|
||||
struct IoBlock {
|
||||
bool pending;
|
||||
bool pending = false;
|
||||
struct iocb control;
|
||||
std::shared_ptr<Block> payload;
|
||||
|
||||
|
|
Loading…
Reference in a new issue