]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Grrr, the "obvious fix" to multicasting code from yesterday was
authorMartin Mares <mj@ucw.cz>
Tue, 1 Jun 1999 15:31:43 +0000 (15:31 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 1 Jun 1999 15:31:43 +0000 (15:31 +0000)
fundamentally wrong. Reversed.

sysdep/unix/io.c

index e264079a7df26a6aeedf26691ec9c8b5f5cf690c..6d44f809619e43bf516ab6d173500fabd086ec05 100644 (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)