diff --git a/[refs] b/[refs] index 1712362ed9db..b084c2c53fe4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: af2b4079ab154bd12e8c12b02db5f31b31babe63 +refs/heads/master: c27bd492fd84c590767a3c0f9f74e637b17af138 diff --git a/trunk/net/netlink/af_netlink.c b/trunk/net/netlink/af_netlink.c index 8c38ee6d255e..96020d7087e8 100644 --- a/trunk/net/netlink/af_netlink.c +++ b/trunk/net/netlink/af_netlink.c @@ -476,7 +476,7 @@ static int netlink_autobind(struct socket *sock) struct hlist_head *head; struct sock *osk; struct hlist_node *node; - s32 pid = current->pid; + s32 pid = current->tgid; int err; static s32 rover = -4097;