diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/ip6_queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/ip6_queue.c b/net/ipv6/netfilter/ip6_queue.c index bfae9fdc4668..0004db38af6d 100644 --- a/net/ipv6/netfilter/ip6_queue.c +++ b/net/ipv6/netfilter/ip6_queue.c | |||
@@ -657,7 +657,7 @@ static int __init ip6_queue_init(void) | |||
657 | struct proc_dir_entry *proc; | 657 | struct proc_dir_entry *proc; |
658 | 658 | ||
659 | netlink_register_notifier(&ipq_nl_notifier); | 659 | netlink_register_notifier(&ipq_nl_notifier); |
660 | ipqnl = netlink_kernel_create(NETLINK_IP6_FW, 0, ipq_rcv_sk, | 660 | ipqnl = netlink_kernel_create(NETLINK_IP6_FW, 0, ipq_rcv_sk, NULL, |
661 | THIS_MODULE); | 661 | THIS_MODULE); |
662 | if (ipqnl == NULL) { | 662 | if (ipqnl == NULL) { |
663 | printk(KERN_ERR "ip6_queue: failed to create netlink socket\n"); | 663 | printk(KERN_ERR "ip6_queue: failed to create netlink socket\n"); |