mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 10:12:18 +00:00
Cleaned up some more spam texts.
This commit is contained in:
parent
4b512c8ef8
commit
0150e04c01
@ -1110,7 +1110,6 @@ inet_sendto(int s, const void *msg, size_t len, int flags,
|
|||||||
{
|
{
|
||||||
ssize_t err;
|
ssize_t err;
|
||||||
if ((err = sendto(s, msg, len, flags, to, tolen)) == -1) {
|
if ((err = sendto(s, msg, len, flags, to, tolen)) == -1) {
|
||||||
error("sendto: %s err is: %d", strerror(errno), err);
|
|
||||||
switch (errno) {
|
switch (errno) {
|
||||||
case EMSGSIZE:
|
case EMSGSIZE:
|
||||||
inet_sendto(s, msg, len/2, flags, to, tolen);
|
inet_sendto(s, msg, len/2, flags, to, tolen);
|
||||||
|
Loading…
Reference in New Issue
Block a user