projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f5780e
)
bootspec: clarify we knowingly ignore all errors but ENOMEM
author
Lennart Poettering
<lennart@poettering.net>
Fri, 2 Sep 2022 11:41:59 +0000
(13:41 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 2 Sep 2022 16:09:57 +0000
(18:09 +0200)
src/shared/bootspec.c
patch
|
blob
|
history
diff --git
a/src/shared/bootspec.c
b/src/shared/bootspec.c
index 5b7311f54dedb1eb893e34e043b44d08aa8a868b..332b5cfed3339c4fa702e11bfb39ea757b9950d3 100644
(file)
--- a/
src/shared/bootspec.c
+++ b/
src/shared/bootspec.c
@@
-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;
}