udev: fixup commit dd5eddd28a

Commit dd5eddd28a accidentally
removed one line too many.
This commit is contained in:
Hannes Reinecke 2014-07-30 10:10:46 +02:00 committed by Kay Sievers
parent d946bb53f9
commit 9f20a8a376

View File

@ -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"))