diff options
-rw-r--r-- | sysdep/unix/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index e264079..6d44f80 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -432,9 +432,9 @@ sk_open(sock *s) } #else #error Multicasts not supported on PtP devices /* FIXME: Solve it somehow? */ -#endif mreq_add.imr_interface = mreq; #endif +#endif set_inaddr(&mreq_add.imr_multiaddr, s->daddr); if (has_dest) { |