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; break;
if ((res = read_u8(m, &dtag)) < 0) if ((res = read_u8(m, &dtag)) < 0)
return res; goto done;
switch (dtag) { switch (dtag) {
case TAG_STRING: case TAG_STRING: