]> git.ozlabs.org Git - petitboot/blobdiff - discover/yaboot-parser.c
Iterate over all conf file parsers
[petitboot] / discover / yaboot-parser.c
index 1000505b9681df66da2bfff4e17709d503c0175e..6101cd89f12ec8c0540b2701a7017cd2621f7de6 100644 (file)
@@ -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,