Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262780
b: refs/heads/master
c: e33f7a9
h: refs/heads/master
v: v3
  • Loading branch information
Tim Chen authored and David S. Miller committed Aug 11, 2011
1 parent 9db52ee commit ce7e06f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0e3d0689da401f7d1981c2777a714ba295ea5ff
refs/heads/master: e33f7a9f37d486f4c6cce5de18a6eea11d68f64f
2 changes: 1 addition & 1 deletion trunk/net/core/scm.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p)
goto error;

cred->uid = cred->euid = p->creds.uid;
cred->gid = cred->egid = p->creds.uid;
cred->gid = cred->egid = p->creds.gid;
put_cred(p->cred);
p->cred = cred;
}
Expand Down

0 comments on commit ce7e06f

Please sign in to comment.