diff options
author | Ron Yorston <rmy@pobox.com> | 2015-10-19 12:53:35 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-10-19 12:53:35 +0100 |
commit | 8afe8ee83a274925340473fa4d0a984bdcbee740 (patch) | |
tree | b78ed448cb6a55ba7d0ef8141a9f68b55b8acf11 /util-linux | |
parent | caab029609633220c417dc0aaa9025fd4b7a169c (diff) | |
parent | 3d0805e9e7c45e6c0f9fb5e587d8b4a5a5f3c74c (diff) | |
download | busybox-w32-8afe8ee83a274925340473fa4d0a984bdcbee740.tar.gz busybox-w32-8afe8ee83a274925340473fa4d0a984bdcbee740.tar.bz2 busybox-w32-8afe8ee83a274925340473fa4d0a984bdcbee740.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/mdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 51781d597..37fa56827 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -400,7 +400,7 @@ static void parse_next_rule(void) | |||
400 | } | 400 | } |
401 | 401 | ||
402 | /* 2nd field: uid:gid - device ownership */ | 402 | /* 2nd field: uid:gid - device ownership */ |
403 | if (get_uidgid(&G.cur_rule.ugid, tokens[1], /*allow_numeric:*/ 1) == 0) { | 403 | if (get_uidgid(&G.cur_rule.ugid, tokens[1]) == 0) { |
404 | bb_error_msg("unknown user/group '%s' on line %d", tokens[1], G.parser->lineno); | 404 | bb_error_msg("unknown user/group '%s' on line %d", tokens[1], G.parser->lineno); |
405 | goto next_rule; | 405 | goto next_rule; |
406 | } | 406 | } |