projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Iterate over all conf file parsers
[petitboot]
/
discover
/
yaboot-parser.c
diff --git
a/discover/yaboot-parser.c
b/discover/yaboot-parser.c
index 1000505b9681df66da2bfff4e17709d503c0175e..6101cd89f12ec8c0540b2701a7017cd2621f7de6 100644
(file)
--- a/
discover/yaboot-parser.c
+++ b/
discover/yaboot-parser.c
@@
-295,7
+295,7
@@
static int yaboot_parse(struct discover_context *dc)
conf = talloc_zero(dc, struct conf_context);
if (!conf)
- return
-1
;
+ return
0
;
conf->dc = dc;
conf->global_options = yaboot_global_options,