This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  36e7f8a92e8b340dd4034a39a655ba93bcd41886 (commit)

- Log -----------------------------------------------------------------
c0392af tunnel: Remove bogus `{`
-----------------------------------------------------------------------

Summary of changes:
 src/modules/module-tunnel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------

commit c0392af20a504d7ced715cbd7152fd6d032125aa
Author: Paul Menzel <[email protected]>
Date:   Sun Mar 20 23:01:13 2011 +0100

    tunnel: Remove bogus `{`
    
    Fix mistakes in:
    
        commit 36e7f8a92e8b340dd4034a39a655ba93bcd41886
        Author: Colin Guthrie <[email protected]>
        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.

diff --git a/src/modules/module-tunnel.c b/src/modules/module-tunnel.c
index 65fb67d..6cb22e0 100644
--- a/src/modules/module-tunnel.c
+++ b/src/modules/module-tunnel.c
@@ -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);

-- 
hooks/post-receive
PulseAudio Sound Server
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits

Reply via email to