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

@ -127,7 +127,7 @@ int pa_client_conf_load(pa_client_conf *c, const char *filename) {
goto finish;
}
r = f ? pa_config_parse(fn, f, table, NULL) : 0;
r = f ? pa_config_parse(fn, f, table, NULL, NULL) : 0;
if (!r)
r = pa_client_conf_load_cookie(c);