diff options
Diffstat (limited to 'migration/tcp.c')
-rw-r--r-- | migration/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/tcp.c b/migration/tcp.c index e1fa7f8f18..d0e0db98b6 100644 --- a/migration/tcp.c +++ b/migration/tcp.c @@ -40,7 +40,7 @@ static void tcp_wait_for_connect(int fd, Error *err, void *opaque) if (fd < 0) { DPRINTF("migrate connect error: %s\n", error_get_pretty(err)); s->to_dst_file = NULL; - migrate_fd_error(s); + migrate_fd_error(s, err); } else { DPRINTF("migrate connect success\n"); s->to_dst_file = qemu_fopen_socket(fd, "wb"); |