Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120708
b: refs/heads/master
c: 8f41940
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and James Morris committed Nov 13, 2008
1 parent 0e02ce1 commit 4c244a5
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: c2a2b8d3b299feb7ac62c2825941dec57141f6f4
refs/heads/master: 8f4194026bb1e3d95fedb340a2935895845ea1d5
4 changes: 2 additions & 2 deletions trunk/net/sunrpc/auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ struct rpc_cred *
rpcauth_lookupcred(struct rpc_auth *auth, int flags)
{
struct auth_cred acred = {
.uid = current->fsuid,
.gid = current->fsgid,
.uid = current_fsuid(),
.gid = current_fsgid(),
.group_info = current->group_info,
};
struct rpc_cred *ret;
Expand Down

0 comments on commit 4c244a5

Please sign in to comment.