diff options
Diffstat (limited to 'net/xfrm/xfrm_user.c')
-rw-r--r-- | net/xfrm/xfrm_user.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c index 913c8b727d8f..4d2f2094e6df 100644 --- a/net/xfrm/xfrm_user.c +++ b/net/xfrm/xfrm_user.c | |||
@@ -1860,10 +1860,6 @@ static int xfrm_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, int *err | |||
1860 | 1860 | ||
1861 | type = nlh->nlmsg_type; | 1861 | type = nlh->nlmsg_type; |
1862 | 1862 | ||
1863 | /* A control message: ignore them */ | ||
1864 | if (type < XFRM_MSG_BASE) | ||
1865 | return 0; | ||
1866 | |||
1867 | /* Unknown message: reply with EINVAL */ | 1863 | /* Unknown message: reply with EINVAL */ |
1868 | if (type > XFRM_MSG_MAX) | 1864 | if (type > XFRM_MSG_MAX) |
1869 | goto err_einval; | 1865 | goto err_einval; |