diff options
Diffstat (limited to 'migration/exec.c')
-rw-r--r-- | migration/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/exec.c b/migration/exec.c index c825e273d8..1515cc3319 100644 --- a/migration/exec.c +++ b/migration/exec.c @@ -38,7 +38,7 @@ void exec_start_outgoing_migration(MigrationState *s, const char *command, Error return; } - migration_set_outgoing_channel(s, ioc); + migration_set_outgoing_channel(s, ioc, NULL); object_unref(OBJECT(ioc)); } |