diff --git a/[refs] b/[refs] index ccfe1fad5005..3d87ef633f0f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c846ad9b880ece01bb4d8d07ba917734edf0324f +refs/heads/master: 83f1b4ba917db5dc5a061a44b3403ddb6e783494 diff --git a/trunk/include/net/scm.h b/trunk/include/net/scm.h index 975cca01048b..b11708105681 100644 --- a/trunk/include/net/scm.h +++ b/trunk/include/net/scm.h @@ -56,8 +56,8 @@ static __inline__ void scm_set_cred(struct scm_cookie *scm, scm->pid = get_pid(pid); scm->cred = cred ? get_cred(cred) : NULL; scm->creds.pid = pid_vnr(pid); - scm->creds.uid = cred ? cred->euid : INVALID_UID; - scm->creds.gid = cred ? cred->egid : INVALID_GID; + scm->creds.uid = cred ? cred->uid : INVALID_UID; + scm->creds.gid = cred ? cred->gid : INVALID_GID; } static __inline__ void scm_destroy_cred(struct scm_cookie *scm)