Commit 6d3e85ec authored by Nicolas DICHTEL's avatar Nicolas DICHTEL Committed by David S. Miller

[IPV6] Don't store dst_entry for RAW socket

Signed-off-by: default avatarNicolas DICHTEL <nicolas.dichtel@6wind.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 72fb630d
......@@ -803,10 +803,7 @@ static int rawv6_sendmsg(struct kiocb *iocb, struct sock *sk,
err = rawv6_push_pending_frames(sk, &fl, rp);
}
done:
ip6_dst_store(sk, dst,
ipv6_addr_equal(&fl.fl6_dst, &np->daddr) ?
&np->daddr : NULL);
dst_release(dst);
release_sock(sk);
out:
fl6_sock_release(flowlabel);
......
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