Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120671
b: refs/heads/master
c: 73c646e
h: refs/heads/master
i:
  120669: 8692db3
  120667: 02b7021
  120663: e986026
  120655: 48bce6f
  120639: e031fcd
v: v3
  • Loading branch information
David Howells authored and James Morris committed Nov 13, 2008
1 parent 0e4d7e7 commit e4fdda6
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: 215599815d8977a4338fbd27d6fe2c1721200197
refs/heads/master: 73c646e4afb658e601a46bf1b57925450307a119
4 changes: 2 additions & 2 deletions trunk/fs/autofs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ static int parse_options(char *options, int *pipefd, uid_t *uid, gid_t *gid,
substring_t args[MAX_OPT_ARGS];
int option;

*uid = current->uid;
*gid = current->gid;
*uid = current_uid();
*gid = current_gid();
*pgrp = task_pgrp_nr(current);

*minproto = *maxproto = AUTOFS_PROTO_VERSION;
Expand Down

0 comments on commit e4fdda6

Please sign in to comment.