summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/reds.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/server/reds.c b/server/reds.c
index e61751dc..8ee002f6 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -5142,16 +5142,10 @@ SPICE_GNUC_VISIBLE int spice_server_migrate_info(SpiceServer *s, const char* des
SPICE_GNUC_VISIBLE int spice_server_migrate_start(SpiceServer *s)
{
ASSERT(reds == s);
-
- if (1) {
- /* seamless doesn't work, fixing needs protocol change. */
- return -1;
- }
-
+ red_printf("");
if (!reds->mig_spice) {
return -1;
}
- reds_mig_started();
return 0;
}