[Spice-commits] server/red_tunnel_worker.c

Christophe Fergau teuf at kemper.freedesktop.org
Fri Oct 18 15:43:04 CEST 2013


 server/red_tunnel_worker.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 56e7876d8f935f573db5fa44d7a15bc345310917
Author: Axel Lin <axel.lin at ingics.com>
Date:   Sat Oct 12 17:56:00 2013 +0800

    red_tunnel_worker: Fix build error due to missing monitor_latency argument
    
    Fix missing monitor_latency argument in red_channel_client_create call.
    
    Signed-off-by: Axel Lin <axel.lin at ingics.com>

diff --git a/server/red_tunnel_worker.c b/server/red_tunnel_worker.c
index 97dcafd..6781d73 100644
--- a/server/red_tunnel_worker.c
+++ b/server/red_tunnel_worker.c
@@ -3417,7 +3417,7 @@ static void handle_tunnel_channel_link(RedChannel *channel, RedClient *client,
     }
 
     tcc = (TunnelChannelClient*)red_channel_client_create(sizeof(TunnelChannelClient),
-                                                          channel, client, stream,
+                                                          channel, client, stream, FALSE,
                                                           0, NULL, 0, NULL);
     if (!tcc) {
         return;


More information about the Spice-commits mailing list