diff options
Diffstat (limited to 'net/netlink')
-rw-r--r-- | net/netlink/af_netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index eff5b0ddc5ca..a4957bf2ca60 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c | |||
@@ -1092,7 +1092,7 @@ static inline int do_one_set_err(struct sock *sk, | |||
1092 | if (sk == p->exclude_sk) | 1092 | if (sk == p->exclude_sk) |
1093 | goto out; | 1093 | goto out; |
1094 | 1094 | ||
1095 | if (sock_net(sk) != sock_net(p->exclude_sk)) | 1095 | if (!net_eq(sock_net(sk), sock_net(p->exclude_sk))) |
1096 | goto out; | 1096 | goto out; |
1097 | 1097 | ||
1098 | if (nlk->pid == p->pid || p->group - 1 >= nlk->ngroups || | 1098 | if (nlk->pid == p->pid || p->group - 1 >= nlk->ngroups || |