X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv4%2Finet_diag.c;h=71f3c7350c6e80cc778954acc6dc9b589ecee5f3;hb=5170dbebbb2e9159cdf6bbf35e5d79cd7009799a;hp=1880ad8575d8360fe8c56d387654560b20fa2b6e;hpb=17b085eacef81a6286bd478f2ec75e04abb091cb;p=linux-2.6 diff --git a/net/ipv4/inet_diag.c b/net/ipv4/inet_diag.c index 1880ad8575..71f3c7350c 100644 --- a/net/ipv4/inet_diag.c +++ b/net/ipv4/inet_diag.c @@ -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;