aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-08-28 06:05:38 -0400
committerDavid S. Miller <davem@davemloft.net>2013-08-30 17:18:59 -0400
commit816c5b5b016acde51f0547cf1657d87cf22a6d47 (patch)
treeb7b544498aa5e3b6d2addc8e0f6c51f671bdf290 /net/ipv6
parent1b7fdd2ab5852717a4fc7d79847759c67065d7e9 (diff)
ipv6: Remove redundant sk variable
A sk variable initialized to ndisc_sk is already available outside of the branch. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/ndisc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c
index 41720feeaa64..bb6fd95a5cd1 100644
--- a/net/ipv6/ndisc.c
+++ b/net/ipv6/ndisc.c
@@ -428,7 +428,6 @@ static void ndisc_send_skb(struct sk_buff *skb,
428 type = icmp6h->icmp6_type; 428 type = icmp6h->icmp6_type;
429 429
430 if (!dst) { 430 if (!dst) {
431 struct sock *sk = net->ipv6.ndisc_sk;
432 struct flowi6 fl6; 431 struct flowi6 fl6;
433 432
434 icmpv6_flow_init(sk, &fl6, type, saddr, daddr, skb->dev->ifindex); 433 icmpv6_flow_init(sk, &fl6, type, saddr, daddr, skb->dev->ifindex);