p7zip: assorted fixes
[oi-userland.git] / components / network / ntp / patches / 30-linklocal.patch
blobee8bef1afb79f4490e0e3a2e020c3a87ba0edc67
1 https://bugs.ntp.org/show_bug.cgi?id=3943
3 --- ntpd/ntp_io.c 2024-08-12 21:52:15 +0000
4 +++ ntpd/ntp_io.c 2024-08-12 21:52:15 +0000
5 @@ -3205,7 +3205,7 @@
8 do {
9 - if (INT_LL_OF_GLOB & src->flags) {
10 + if (ismcast && INT_LL_OF_GLOB & src->flags) {
11 /* avoid duplicate multicasts on same IPv6 net */
12 goto loop;