We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35b357 commit 22a746fCopy full SHA for 22a746f
src/io/sendmsg_zc.rs
@@ -21,7 +21,7 @@ impl Op<SendMsgZc, MultiCQEFuture> {
21
x.handle().expect("Not in a runtime context").submit_op(
22
SendMsgZc {
23
fd: fd.clone(),
24
- msghdr: (*msghdr).copy(),
+ msghdr: *msghdr,
25
bytes: 0,
26
},
27
|sendmsg_zc| {
0 commit comments