Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362667
b: refs/heads/master
c: 83f1b4b
h: refs/heads/master
i:
  362665: 9e4095d
  362663: 0086e5e
v: v3
  • Loading branch information
Linus Torvalds authored and David S. Miller committed Apr 20, 2013
1 parent a50cd19 commit ae7a5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c846ad9b880ece01bb4d8d07ba917734edf0324f
refs/heads/master: 83f1b4ba917db5dc5a061a44b3403ddb6e783494
4 changes: 2 additions & 2 deletions trunk/include/net/scm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ae7a5d6

Please sign in to comment.