]> err.no Git - linux-2.6/blobdiff - net/ipv4/inet_diag.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy...
[linux-2.6] / net / ipv4 / inet_diag.c
index 0148f0e34ceba78e252acb8021385ab049a5715d..dbeacd8b0f9059c1b738c820e2bcd10aa32bd9e2 100644 (file)
@@ -893,7 +893,7 @@ static int __init inet_diag_init(void)
                goto out;
 
        idiagnl = netlink_kernel_create(NETLINK_INET_DIAG, 0, inet_diag_rcv,
-                                       THIS_MODULE);
+                                       NULL, THIS_MODULE);
        if (idiagnl == NULL)
                goto out_free_table;
        err = 0;