X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fyaboot-parser.c;h=430649266aa77bcf6f67f5a1ed89466e441cd129;hp=6101cd89f12ec8c0540b2701a7017cd2621f7de6;hb=6bc7131642e7197d99430c1ccb9d7bbed56c30bc;hpb=4b77f0c4b55ff443ea06854cd12098ffce233c8a diff --git a/discover/yaboot-parser.c b/discover/yaboot-parser.c index 6101cd8..4306492 100644 --- a/discover/yaboot-parser.c +++ b/discover/yaboot-parser.c @@ -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->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); @@ -318,4 +319,4 @@ static int yaboot_parse(struct discover_context *dc) return rc; } -define_parser(yaboot, 99, yaboot_parse); +define_parser(yaboot, yaboot_parse);