aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/xfrm/xfrm_user.c')
-rw-r--r--net/xfrm/xfrm_user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c
index 0579d209af27..c35336a0f71b 100644
--- a/net/xfrm/xfrm_user.c
+++ b/net/xfrm/xfrm_user.c
@@ -1520,8 +1520,8 @@ static int __init xfrm_user_init(void)
1520{ 1520{
1521 printk(KERN_INFO "Initializing IPsec netlink socket\n"); 1521 printk(KERN_INFO "Initializing IPsec netlink socket\n");
1522 1522
1523 xfrm_nl = netlink_kernel_create(NETLINK_XFRM, xfrm_netlink_rcv, 1523 xfrm_nl = netlink_kernel_create(NETLINK_XFRM, XFRMNLGRP_MAX,
1524 THIS_MODULE); 1524 xfrm_netlink_rcv, THIS_MODULE);
1525 if (xfrm_nl == NULL) 1525 if (xfrm_nl == NULL)
1526 return -ENOMEM; 1526 return -ENOMEM;
1527 1527