summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/scm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/scm.h b/include/net/scm.h
index e41839d23dfa..732f80337ea0 100644
--- a/include/net/scm.h
+++ b/include/net/scm.h
@@ -39,7 +39,7 @@ static __inline__ int scm_send(struct socket *sock, struct msghdr *msg,
memset(scm, 0, sizeof(*scm));
scm->creds.uid = current->uid;
scm->creds.gid = current->gid;
- scm->creds.pid = current->pid;
+ scm->creds.pid = current->tgid;
if (msg->msg_controllen <= 0)
return 0;
return __scm_send(sock, msg, scm);