Commit f3d63f6b authored by Ville Nuorvala's avatar Ville Nuorvala Committed by Stephen Hemminger

[IPV6]: Fix DST handling bug in ip6ip6_err().

parent 5a977b30
......@@ -506,7 +506,7 @@ void ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
icmpv6_send(skb2, rel_type, rel_code, rel_info, skb2->dev);
if (rt)
dst_free(&rt->u.dst);
dst_release(&rt->u.dst);
kfree_skb(skb2);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment