commit | 446981e5fcad3d64a27358d6591928da4a55a156 | [log] [tgz] |
---|---|---|
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | Thu Mar 19 16:47:58 2015 -0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 19 16:06:27 2015 -0400 |
tree | 48594d4536820e272c63f27d59d506a1d2f8eeff | |
parent | d15b1de46ffa7551c36d7be5a58a02321a820a0f [diff] |
tipc: fix build issue when building without IPv6 We can't directly call ipv6_sock_mc_join() but should use the stub instead and protect it around IS_ENABLED. Fixes: d0f91938bede ("tipc: add ip/udp media type") Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>