]> err.no Git - linux-2.6/blobdiff - net/ipv4/inet_diag.c
[IPV6]: Don't redo xfrm_lookup for cached dst entries
[linux-2.6] / net / ipv4 / inet_diag.c
index 1880ad8575d8360fe8c56d387654560b20fa2b6e..71f3c7350c6e80cc778954acc6dc9b589ecee5f3 100644 (file)
@@ -845,7 +845,7 @@ static int __init inet_diag_init(void)
                goto out;
 
        memset(inet_diag_table, 0, inet_diag_table_size);
-       idiagnl = netlink_kernel_create(NETLINK_INET_DIAG, inet_diag_rcv,
+       idiagnl = netlink_kernel_create(NETLINK_INET_DIAG, 0, inet_diag_rcv,
                                        THIS_MODULE);
        if (idiagnl == NULL)
                goto out_free_table;