1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-03 17:47:28 +03:00

[PATCH] Don't require the BUS value for the CALLOUT rule.

This commit is contained in:
greg@kroah.com 2003-12-25 00:03:56 -08:00 committed by Greg KH
parent 8ff8bbbadd
commit 47b3f983da

View File

@ -324,7 +324,6 @@ keys:
dev.name, dev.bus, dev.exec_program,
dev.id, dev.symlink);
if ((*dev.name == '\0') ||
(*dev.bus == '\0') ||
(*dev.id == '\0') ||
(*dev.exec_program == '\0'))
goto error;