mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 14:55:37 +03:00
bootspec: clarify we knowingly ignore all errors but ENOMEM
This commit is contained in:
parent
7f5780edfb
commit
293e224056
@ -643,7 +643,7 @@ static int boot_entries_find_type1(
|
||||
continue;
|
||||
|
||||
r = boot_config_load_type1(config, f, root, dir, de->d_name);
|
||||
if (r == -ENOMEM)
|
||||
if (r == -ENOMEM) /* ignore all other errors */
|
||||
return r;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user