ipv6: mcast: remove dead code
Since commit 41033f029e
("snmp: Remove duplicate OUTMCAST stat
increment") one line of code became unneeded.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ce6289661b
commit
5a75114adb
|
@ -1655,8 +1655,6 @@ static void mld_sendpack(struct sk_buff *skb)
|
|||
if (err)
|
||||
goto err_out;
|
||||
|
||||
payload_len = skb->len;
|
||||
|
||||
err = NF_HOOK(NFPROTO_IPV6, NF_INET_LOCAL_OUT,
|
||||
net, net->ipv6.igmp_sk, skb, NULL, skb->dev,
|
||||
dst_output);
|
||||
|
|
Loading…
Reference in New Issue