Signed-off-by: Juan Quintela <quint...@redhat.com> --- migration.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/migration.c b/migration.c index 21f5a9a..593adee 100644 --- a/migration.c +++ b/migration.c @@ -136,9 +136,8 @@ void do_info_migrate(Monitor *mon, QObject **ret_data) QDict *qdict; if (current_migration) { - MigrationState *s = current_migration; - switch (s->state) { + switch (current_migration->state) { case MIG_STATE_NONE: /* no migration has happened ever */ break; -- 1.7.4