mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-24 21:34:08 +03:00
fix typo in SUBSYSTEMS key parsing
This commit is contained in:
parent
220dac4c5e
commit
c472055c90
@ -345,7 +345,7 @@ static int add_to_rules(struct udev_rules *rules, char *line, const char *filena
|
||||
continue;
|
||||
}
|
||||
|
||||
if (strcasecmp(key, "SUBSYTEMS") == 0 ||
|
||||
if (strcasecmp(key, "SUBSYSTEMS") == 0 ||
|
||||
strcasecmp(key, "BUS") == 0) {
|
||||
if (operation != KEY_OP_MATCH &&
|
||||
operation != KEY_OP_NOMATCH) {
|
||||
|
Loading…
Reference in New Issue
Block a user