mirror of
https://github.com/systemd/systemd.git
synced 2025-09-08 13:44:41 +03:00
modules-load: fix minor race
This commit is contained in:
@@ -101,6 +101,9 @@ int main(int argc, char *argv[]) {
|
||||
free(fn);
|
||||
|
||||
if (!f) {
|
||||
if (errno == ENOENT)
|
||||
continue;
|
||||
|
||||
log_error("Failed to open %s: %m", fn);
|
||||
r = EXIT_FAILURE;
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user