Use a more complete method for the job --- gtk/channel-main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/channel-main.c b/gtk/channel-main.c index 5c055ed..e86fc15 100644 --- a/gtk/channel-main.c +++ b/gtk/channel-main.c @@ -2174,8 +2174,8 @@ static void main_migrate_connect(SpiceChannel *channel, coroutine_yield(NULL); if (mig.nchannels != 0) { - reply_type = SPICE_MSGC_MAIN_MIGRATE_CONNECT_ERROR; - spice_session_disconnect(mig.session); + CHANNEL_DEBUG(channel, "migrate failed: some channels failed to connect"); + spice_session_abort_migration(session); } else { if (mig.do_seamless) { SPICE_DEBUG("migration (seamless): connections all ok"); -- 1.9.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel