Skip to content

Commit b146cd5

Browse files
committed
Update
1 parent 1052437 commit b146cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/sendmsg_zc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl Op<SendMsgZc, MultiCQEFuture> {
2121
x.handle().expect("Not in a runtime context").submit_op(
2222
SendMsgZc {
2323
fd: fd.clone(),
24-
msghdr: *msghdr.copy(),
24+
msghdr: (*msghdr).copy(),
2525
bytes: 0,
2626
},
2727
|sendmsg_zc| {

0 commit comments

Comments
 (0)