mirror of
https://github.com/systemd/systemd.git
synced 2024-12-02 23:03:50 +08:00
udev: fixup commit dd5eddd28a
Commit dd5eddd28a
accidentally
removed one line too many.
This commit is contained in:
parent
d946bb53f9
commit
9f20a8a376
@ -1436,6 +1436,7 @@ static int add_rule(struct udev_rules *rules, char *line,
|
||||
rule_add_key(&rule_tmp, TK_A_DEVLINK_PRIO, op, NULL, &prio);
|
||||
}
|
||||
|
||||
pos = strstr(value, "string_escape=");
|
||||
if (pos != NULL) {
|
||||
pos = &pos[strlen("string_escape=")];
|
||||
if (startswith(pos, "none"))
|
||||
|
Loading…
Reference in New Issue
Block a user