mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
red-channel-client: Fix indentation
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
ac41e6097a
commit
3b9d1eadf7
@ -754,7 +754,7 @@ static void red_channel_client_connectivity_timer(void *opaque)
|
||||
rcc->priv->latency_monitor.state == PING_STATE_LATENCY) {
|
||||
monitor->state = CONNECTIVITY_STATE_WAIT_PONG;
|
||||
} else {
|
||||
monitor->state = CONNECTIVITY_STATE_CONNECTED;
|
||||
monitor->state = CONNECTIVITY_STATE_CONNECTED;
|
||||
}
|
||||
red_timer_start(monitor->timer, monitor->timeout);
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user