Skip to content

Commit 0b14129

Browse files
author
Gleb Pomykalov
committed
Fix accidentally commited missprint
1 parent e4a1451 commit 0b14129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/socket/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ pub fn sendmmsg<'a, I, C>(fd: RawFd, data: impl std::iter::IntoIterator<Item=&'a
855855
let mut sent_bytes = Vec::with_capacity(sent_messages);
856856
unsafe { sent_bytes.set_len(sent_messages) };
857857

858-
for i in 0..sent_messages
858+
for i in 0..sent_messages {
859859
sent_bytes[i] = initialized_data[i].msg_len as usize;
860860
}
861861

0 commit comments

Comments
 (0)