diff options
| -rw-r--r-- | net/bridge/br_multicast.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c index 398221e81be5..19618f25b4c6 100644 --- a/net/bridge/br_multicast.c +++ b/net/bridge/br_multicast.c | |||
| @@ -852,8 +852,8 @@ static int br_multicast_query(struct net_bridge *br, | |||
| 852 | if (ih3->nsrcs) | 852 | if (ih3->nsrcs) |
| 853 | goto out; | 853 | goto out; |
| 854 | 854 | ||
| 855 | max_delay = ih3->code ? 1 : | 855 | max_delay = ih3->code ? |
| 856 | IGMPV3_MRC(ih3->code) * (HZ / IGMP_TIMER_SCALE); | 856 | IGMPV3_MRC(ih3->code) * (HZ / IGMP_TIMER_SCALE) : 1; |
| 857 | } | 857 | } |
| 858 | 858 | ||
| 859 | if (!group) | 859 | if (!group) |
