diff options
Diffstat (limited to 'migration/channel.c')
-rw-r--r-- | migration/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/channel.c b/migration/channel.c index 70ec7ea3b7..fdb7ddbd17 100644 --- a/migration/channel.c +++ b/migration/channel.c @@ -78,6 +78,6 @@ void migration_channel_connect(MigrationState *s, s->to_dst_file = f; - migrate_fd_connect(s); + migrate_fd_connect(s, NULL); } } |