pulse-server: fix props update

This commit is contained in:
Wim Taymans 2020-10-20 13:18:54 +02:00
parent d7802202b0
commit 9abc7993e1

View file

@ -1781,7 +1781,7 @@ static int do_update_proplist(struct client *client, uint32_t command, uint32_t
if ((res = message_get(m, if ((res = message_get(m,
TAG_U32, &mode, TAG_U32, &mode,
TAG_PROPLIST, &props, TAG_PROPLIST, props,
TAG_INVALID)) < 0) TAG_INVALID)) < 0)
goto exit; goto exit;