Skip to content

Commit

Permalink
fix: set_flags always set 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherlock-Holo committed Jul 3, 2024
1 parent c773db5 commit 4eb4263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compio-driver/src/iour/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ fn create_entry(cq_entry: CEntry) -> Entry {
Ok(result as _)
};
let mut entry = Entry::new(cq_entry.user_data() as _, result);
entry.set_flags(entry.flags());
entry.set_flags(cq_entry.flags());

entry
}
Expand Down

0 comments on commit 4eb4263

Please sign in to comment.