]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/inet_diag.c
[IPV6]: Don't update ADVMSS on routes where the MTU is not also updated
[karo-tx-linux.git] / 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;