diff options
author | Hannes Reinecke <hare@suse.de> | 2014-07-30 10:10:46 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-07-30 09:47:41 -0400 |
commit | de02265b5ae7c289b3d6b2c26e6507a85a2cbb5c (patch) | |
tree | c28f40fd24ba88000a84fe90416605b8c6f05578 /src | |
parent | 65af29f3f7c43cdcc73fc224cfbf3e1ccbd9dd60 (diff) |
udev: fixup commit dd5eddd28a74a49607a8fffcaf960040dba98479
Commit dd5eddd28a74a49607a8fffcaf960040dba98479 accidentally
removed one line too many.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/udev/udev-rules.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udev/udev-rules.c b/src/udev/udev-rules.c index ef79f8ea5d..0d92ae8ddc 100644 --- a/src/udev/udev-rules.c +++ b/src/udev/udev-rules.c @@ -1441,6 +1441,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")) |