diff options
Diffstat (limited to 'net/ipv4/ipmr.c')
-rw-r--r-- | net/ipv4/ipmr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index aba3ff0bec97..54b7543190f1 100644 --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c | |||
@@ -539,7 +539,7 @@ static void ipmr_cache_resolve(struct mfc_cache *uc, struct mfc_cache *c) | |||
539 | static int ipmr_cache_report(struct sk_buff *pkt, vifi_t vifi, int assert) | 539 | static int ipmr_cache_report(struct sk_buff *pkt, vifi_t vifi, int assert) |
540 | { | 540 | { |
541 | struct sk_buff *skb; | 541 | struct sk_buff *skb; |
542 | int ihl = pkt->nh.iph->ihl<<2; | 542 | const int ihl = ip_hdrlen(pkt); |
543 | struct igmphdr *igmp; | 543 | struct igmphdr *igmp; |
544 | struct igmpmsg *msg; | 544 | struct igmpmsg *msg; |
545 | int ret; | 545 | int ret; |