mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-23 02:32:18 +00:00
Added err again
This commit is contained in:
parent
bf7e67f9aa
commit
267988b246
@ -1089,7 +1089,7 @@ ssize_t inet_sendto(int s, const void *msg, size_t len, int flags,
|
|||||||
//len-(len/2), flags, to, tolen);
|
//len-(len/2), flags, to, tolen);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
inet_sendto(s, msg, bytesleft, flags, to, tolen);
|
err=inet_sendto(s, msg, bytesleft, flags, to, tolen);
|
||||||
bytesleft = 0;
|
bytesleft = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user