[UDP]: Make full use of proto.h.udp_hash innovation.
[deliverable/linux.git] / net / ipv4 / inet_diag.c
index 95c9f1429228563175cf87ef75f1cd709b9fb8fd..da97695e70963917f98d38cf426caefc6072c069 100644 (file)
@@ -274,7 +274,7 @@ static int inet_diag_get_exact(struct sk_buff *in_skb,
        }
 #if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE)
        else if (req->idiag_family == AF_INET6) {
-               sk = inet6_lookup(hashinfo,
+               sk = inet6_lookup(&init_net, hashinfo,
                                  (struct in6_addr *)req->id.idiag_dst,
                                  req->id.idiag_dport,
                                  (struct in6_addr *)req->id.idiag_src,
This page took 0.029441 seconds and 5 git commands to generate.