migration: Remove duplicated assignment of SETUP status
authorJuan Quintela <quintela@redhat.com>
Wed, 20 May 2015 15:14:28 +0000 (17:14 +0200)
committerJuan Quintela <quintela@redhat.com>
Fri, 12 Jun 2015 04:42:34 +0000 (06:42 +0200)
commite45a1ebfc65fb23be8cddb684d97eaa92725484d
tree4060fbe0f453af104e4da04c476093a4466264fd
parent5b61d5752156dcbbe2bf1366c877a676ed9f8f51
migration: Remove duplicated assignment of SETUP status

We assign the MIGRATION_STATUS_SETUP status in two places.  Just in
succession.  Just remove the second one.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
migration/migration.c