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@ingics.com>
This commit is contained in:
Axel Lin 2013-10-12 17:56:00 +08:00 committed by Christophe Fergeau
parent f0336ac832
commit 56e7876d8f

View File

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