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:
Paul Menzel 2011-03-20 23:01:13 +01:00 committed by Colin Guthrie
parent 36e7f8a92e
commit c0392af20a

View file

@ -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);