pulse-server: serve module properties from static list

None of the modules really need a dynamic property list,
so serve the properties from a static list.
This commit is contained in:
Barnabás Pőcze 2022-06-01 17:42:12 +02:00
parent 774ade1467
commit c9f632da9f
25 changed files with 26 additions and 1 deletions

View file

@ -3464,7 +3464,7 @@ static int fill_ext_module_info(struct client *client, struct message *m,
}
if (client->version >= 15) {
message_put(m,
TAG_PROPLIST, module->props,
TAG_PROPLIST, module->info->properties,
TAG_INVALID);
}
return 0;