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 662e8ab38..51781d597 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -406,7 +406,7 @@ static void parse_next_rule(void) | |||
406 | } | 406 | } |
407 | 407 | ||
408 | /* 3rd field: mode - device permissions */ | 408 | /* 3rd field: mode - device permissions */ |
409 | bb_parse_mode(tokens[2], &G.cur_rule.mode); | 409 | G.cur_rule.mode = bb_parse_mode(tokens[2], G.cur_rule.mode); |
410 | 410 | ||
411 | /* 4th field (opt): ">|=alias" or "!" to not create the node */ | 411 | /* 4th field (opt): ">|=alias" or "!" to not create the node */ |
412 | val = tokens[3]; | 412 | val = tokens[3]; |