Fix RA on *BSD (missing sa_len)

This commit is contained in:
Simon Kelley
2012-02-26 20:13:45 +00:00
parent 741c2952d4
commit 22d904db95
2 changed files with 11 additions and 5 deletions

View File

@@ -106,8 +106,11 @@ void send_from(int fd, int nowild, char *packet, size_t len,
msg.msg_controllen = 0;
goto retry;
}
if (retry_send())
goto retry;
my_syslog(LOG_ERR, _("failed to send packet: %s"), strerror(errno));
}
}