diff options
| -rw-r--r-- | net/ipv4/igmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c index 1c6a084b5fb7..8cedb2a2c9df 100644 --- a/net/ipv4/igmp.c +++ b/net/ipv4/igmp.c | |||
| @@ -1255,9 +1255,9 @@ out: | |||
| 1255 | */ | 1255 | */ |
| 1256 | void ip_mc_rejoin_group(struct ip_mc_list *im) | 1256 | void ip_mc_rejoin_group(struct ip_mc_list *im) |
| 1257 | { | 1257 | { |
| 1258 | #ifdef CONFIG_IP_MULTICAST | ||
| 1258 | struct in_device *in_dev = im->interface; | 1259 | struct in_device *in_dev = im->interface; |
| 1259 | 1260 | ||
| 1260 | #ifdef CONFIG_IP_MULTICAST | ||
| 1261 | if (im->multiaddr == IGMP_ALL_HOSTS) | 1261 | if (im->multiaddr == IGMP_ALL_HOSTS) |
| 1262 | return; | 1262 | return; |
| 1263 | 1263 | ||
