]> git.ozlabs.org Git - petitboot/blobdiff - discover/yaboot-parser.c
Zero parser globals before use
[petitboot] / discover / yaboot-parser.c
index d9f2aff5924f6e250074722c97dff0deaa3a66de..5224bb3dd23ca5162806a226742761552c864b20 100644 (file)
@@ -240,6 +240,7 @@ static int yaboot_parse(struct discover_context *dc)
 
        conf->dc = dc;
        conf->global_options = yaboot_global_options,
+       conf_init_global_options(conf);
        conf->conf_files = yaboot_conf_files,
        conf->process_pair = yaboot_process_pair;
        conf->finish = yaboot_finish;