In some cases, source and destinations may have different channel encryption. We need to swap tls state too during seamless migration. https://bugzilla.redhat.com/show_bug.cgi?id=855870 --- gtk/spice-channel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/spice-channel.c b/gtk/spice-channel.c index 2c559b7..ce19634 100644 --- a/gtk/spice-channel.c +++ b/gtk/spice-channel.c @@ -2684,6 +2684,7 @@ void spice_channel_swap(SpiceChannel *channel, SpiceChannel *swap, gboolean swap SWAP(ctx); SWAP(ssl); SWAP(sslverify); + SWAP(tls); SWAP(use_mini_header); if (swap_msgs) { SWAP(xmit_queue); -- 1.8.1.1.439.g50a6b54 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel