mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
tunnel: Remove bogus {
Fix mistakes in:
commit 36e7f8a92e
Author: Colin Guthrie <cguthrie@mandriva.org>
Date: Sun Mar 20 14:09:14 2011 +0000
tunnel: Fix tunnel streams with recent servers
Prompted by bug #750. Thanks to Emil Renner Berthing for the original
patch.
This commit is contained in:
parent
36e7f8a92e
commit
c0392af20a
1 changed files with 2 additions and 2 deletions
|
|
@ -1689,8 +1689,8 @@ static void setup_complete_callback(pa_pdispatch *pd, uint32_t command, uint32_t
|
|||
if (u->version >= 17)
|
||||
pa_tagstruct_put_boolean(reply, FALSE); /* relative volume */
|
||||
|
||||
if (u->version >= 18) {
|
||||
pa_tagstruct_put_boolean(reply, FALSE); /* passthough stream */
|
||||
if (u->version >= 18)
|
||||
pa_tagstruct_put_boolean(reply, FALSE); /* passthrough stream */
|
||||
#endif
|
||||
|
||||
pa_pstream_send_tagstruct(u->pstream, reply);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue