]> git.ozlabs.org Git - petitboot/blobdiff - discover/yaboot-parser.c
Add new member get_pair to conf parser context
[petitboot] / discover / yaboot-parser.c
index ace994581311108d4e8231d2c0eff046e48639d9..430649266aa77bcf6f67f5a1ed89466e441cd129 100644 (file)
@@ -301,6 +301,7 @@ static int yaboot_parse(struct discover_context *dc)
        conf->global_options = yaboot_global_options,
        conf_init_global_options(conf);
        conf->conf_files = yaboot_conf_files,
        conf->global_options = yaboot_global_options,
        conf_init_global_options(conf);
        conf->conf_files = yaboot_conf_files,
+       conf->get_pair = conf_get_pair_equal;
        conf->process_pair = yaboot_process_pair;
        conf->finish = yaboot_finish;
        conf->parser_info = state = talloc_zero(conf, struct yaboot_state);
        conf->process_pair = yaboot_process_pair;
        conf->finish = yaboot_finish;
        conf->parser_info = state = talloc_zero(conf, struct yaboot_state);