From: Martin Mares Date: Tue, 1 Jun 1999 15:31:43 +0000 (+0000) Subject: Grrr, the "obvious fix" to multicasting code from yesterday was X-Git-Tag: v1.2.0~1539 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd7f1081f24aa6ca4cdba004478742b730644a91;p=thirdparty%2Fbird.git Grrr, the "obvious fix" to multicasting code from yesterday was fundamentally wrong. Reversed. --- diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index e264079a7..6d44f8096 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -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)