diff options
Diffstat (limited to 'util-linux/mdev.c')
-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 | } |