mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
[PATCH] Don't require the BUS value for the LABEL rule.
This commit is contained in:
parent
a7402175da
commit
2ae1a0c6f3
@ -289,7 +289,6 @@ keys:
|
||||
dev.name, dev.bus, dev.sysfs_pair[0].file,
|
||||
dev.sysfs_pair[0].value, dev.symlink);
|
||||
if ((*dev.name == '\0') ||
|
||||
(*dev.bus == '\0') ||
|
||||
(*dev.sysfs_pair[0].file == '\0') ||
|
||||
(*dev.sysfs_pair[0].value == '\0'))
|
||||
goto error;
|
||||
|
Loading…
x
Reference in New Issue
Block a user