pulse-server: minor fix

This commit is contained in:
Pauli Virtanen 2021-03-27 21:53:28 +02:00
parent f314119aa9
commit eb7df98cd6

View file

@ -337,7 +337,7 @@ static int message_get(struct message *m, ...)
break;
if ((res = read_u8(m, &dtag)) < 0)
return res;
goto done;
switch (dtag) {
case TAG_STRING: