diff options
Diffstat (limited to 'migration-unix.c')
-rw-r--r-- | migration-unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/migration-unix.c b/migration-unix.c index 169de88677..d349662498 100644 --- a/migration-unix.c +++ b/migration-unix.c @@ -111,7 +111,6 @@ int unix_start_outgoing_migration(MigrationState *s, const char *path) if (ret < 0) { DPRINTF("connect failed\n"); - migrate_fd_error(s); return ret; } migrate_fd_connect(s); |