migration/migration.c: Add missed default error handler for migration state
commit444252b96a63fef6537af0a43665905b48816927
authorZhang Chen <chen.zhang@intel.com>
Fri, 31 Dec 2021 05:59:33 +0000 (31 13:59 +0800)
committerJuan Quintela <quintela@redhat.com>
Fri, 28 Jan 2022 14:38:23 +0000 (28 15:38 +0100)
treeb45d8edb8ce0b1440ddf6123bb4565ec74693e53
parent17e313406126125036191f11e9c70298be34c987
migration/migration.c: Add missed default error handler for migration state

In the migration_completion() no other status is expected, for
example MIGRATION_STATUS_CANCELLING, MIGRATION_STATUS_CANCELLED, etc.

Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration.c