Grrr, the "obvious fix" to multicasting code from yesterday was

fundamentally wrong. Reversed.
This commit is contained in:
Martin Mares 1999-06-01 15:31:43 +00:00
parent 3e1f30610e
commit bd7f1081f2

View file

@ -432,8 +432,8 @@ 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)