diff options
Diffstat (limited to 'migration-fd.c')
-rw-r--r-- | migration-fd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/migration-fd.c b/migration-fd.c index 5086a90..a99e0e3 100644 --- a/migration-fd.c +++ b/migration-fd.c @@ -75,7 +75,6 @@ void fd_start_outgoing_migration(MigrationState *s, const char *fdname, Error ** return; } - fcntl(s->fd, F_SETFL, O_NONBLOCK); s->get_error = fd_errno; s->write = fd_write; s->close = fd_close; |