Who had the conical hat? Correct a typo, hidden by a bad cast,
which prevented IP multicast reception from happening.
This commit is contained in:
parent
211253fcfd
commit
93e808cd76
@ -184,7 +184,7 @@ do { \
|
||||
for (ifma = (ifp)->if_multiaddrs.lh_first; ifma; \
|
||||
ifma = ifma->ifma_link.le_next) { \
|
||||
if (ifma->ifma_addr->sa_family == AF_INET \
|
||||
&& ((struct sockaddr_in *)ifma)->sin_addr.s_addr == \
|
||||
&& ((struct sockaddr_in *)ifma->ifma_addr)->sin_addr.s_addr == \
|
||||
(addr).s_addr) \
|
||||
break; \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user