aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/inet_diag.c')
-rw-r--r--net/ipv4/inet_diag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/inet_diag.c b/net/ipv4/inet_diag.c
index 95c9f1429228..da97695e7096 100644
--- a/net/ipv4/inet_diag.c
+++ b/net/ipv4/inet_diag.c
@@ -274,7 +274,7 @@ static int inet_diag_get_exact(struct sk_buff *in_skb,
274 } 274 }
275#if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE) 275#if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE)
276 else if (req->idiag_family == AF_INET6) { 276 else if (req->idiag_family == AF_INET6) {
277 sk = inet6_lookup(hashinfo, 277 sk = inet6_lookup(&init_net, hashinfo,
278 (struct in6_addr *)req->id.idiag_dst, 278 (struct in6_addr *)req->id.idiag_dst,
279 req->id.idiag_dport, 279 req->id.idiag_dport,
280 (struct in6_addr *)req->id.idiag_src, 280 (struct in6_addr *)req->id.idiag_src,