Skip to content

Commit

Permalink
Tweak to ambassador
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebenezer-group committed Nov 4, 2024
1 parent 74eaf70 commit af66879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiers/cmwA.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ioUring{
if(auto e=::io_uring_get_sqe(&rng);e)return e;
else{
::io_uring_submit(&rng);
if(e=::io_uring_get_sqe(&rng))return e;
if((e=::io_uring_get_sqe(&rng)))return e;
raise("getSqe");
}
}
Expand Down

0 comments on commit af66879

Please sign in to comment.