Date: Sun, 20 Mar 2011 23:01:13 +0100

• fix up for

        commit 36e7f8a92e8b340dd4034a39a655ba93bcd41886
        Author: Colin Guthrie <cguth...@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.
---
 src/modules/module-tunnel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/modules/module-tunnel.c b/src/modules/module-tunnel.c
index a8af6c1..6cb22e0 100644
--- a/src/modules/module-tunnel.c
+++ b/src/modules/module-tunnel.c
@@ -1689,7 +1689,7 @@ 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) {
+    if (u->version >= 18)
         pa_tagstruct_put_boolean(reply, FALSE); /* passthrough stream */
 #endif
 
-- 
1.7.4.1

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss

Reply via email to