diff options
Diffstat (limited to 'migration-unix.c')
-rw-r--r-- | migration-unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration-unix.c b/migration-unix.c index 218835a7a4..4693b43d90 100644 --- a/migration-unix.c +++ b/migration-unix.c @@ -95,7 +95,7 @@ static void unix_accept_incoming_migration(void *opaque) goto out; } - f = qemu_fopen_socket(c); + f = qemu_fopen_socket(c, "rb"); if (f == NULL) { fprintf(stderr, "could not qemu_fopen socket\n"); goto out; |