mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
client/red_client: fix broken switch host migration (RHBZ 727969)
3f8d7e59db introduced a regression, after
sending one attach_channels message we never send another one.
Fix by resetting on disconnect.
This commit is contained in:
parent
3582adb989
commit
f19ac970ef
@ -541,6 +541,7 @@ void RedClient::connect(bool wait_main_disconnect)
|
||||
void RedClient::disconnect()
|
||||
{
|
||||
_migrate.abort();
|
||||
_msg_attach_channels_sent = false;
|
||||
RedChannel::disconnect();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user