mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Fix potential multicasting bug.
This commit is contained in:
parent
9607536dbf
commit
c7208da0b7
@ -432,8 +432,8 @@ sk_open(sock *s)
|
||||
}
|
||||
#else
|
||||
#error Multicasts not supported on PtP devices /* FIXME: Solve it somehow? */
|
||||
mreq_add.imr_interface = mreq;
|
||||
#endif
|
||||
mreq_add.imr_interface = mreq;
|
||||
#endif
|
||||
set_inaddr(&mreq_add.imr_multiaddr, s->daddr);
|
||||
if (has_dest)
|
||||
|
Loading…
Reference in New Issue
Block a user