mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-08 21:14:11 +00:00
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:
parent
f0336ac832
commit
56e7876d8f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user