conf-parser: Add support for parsing property lists.

This commit is contained in:
Tanu Kaskinen 2012-04-13 14:48:27 +03:00
parent 7449f6d9e5
commit d3bced8bee
6 changed files with 61 additions and 11 deletions

View file

@ -633,7 +633,7 @@ int pa_daemon_conf_load(pa_daemon_conf *c, const char *filename) {
ci.default_channel_map_set = ci.default_sample_spec_set = FALSE;
ci.conf = c;
r = f ? pa_config_parse(c->config_file, f, table, NULL) : 0;
r = f ? pa_config_parse(c->config_file, f, table, NULL, NULL) : 0;
if (r >= 0) {