diff options
Diffstat (limited to 'migration-exec.c')
-rw-r--r-- | migration-exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/migration-exec.c b/migration-exec.c index b7b760b1d4..a051a6e668 100644 --- a/migration-exec.c +++ b/migration-exec.c @@ -69,7 +69,6 @@ void exec_start_outgoing_migration(MigrationState *s, const char *command, Error s->fd = fileno(f); assert(s->fd != -1); - socket_set_nonblock(s->fd); s->opaque = qemu_popen(f, "w"); |