Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334062
b: refs/heads/master
c: 9959ba0
h: refs/heads/master
v: v3
  • Loading branch information
Malahal Naineni authored and J. Bruce Fields committed Sep 10, 2012
1 parent 87f952e commit a8f9d31
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: 8c8651b8e2d2957e94c19bc72fd6b7cf9b47fce8
refs/heads/master: 9959ba0c241a71c7ed8133401cfbbee2720da0b5
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4idmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ numeric_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namel
/* Just to make sure it's null-terminated: */
memcpy(buf, name, namelen);
buf[namelen] = '\0';
ret = kstrtouint(name, 10, id);
ret = kstrtouint(buf, 10, id);
return ret == 0;
}

Expand Down

0 comments on commit a8f9d31

Please sign in to comment.