diff options
Diffstat (limited to 'migration-exec.c')
-rw-r--r-- | migration-exec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/migration-exec.c b/migration-exec.c index 6ff844927c..54358271c5 100644 --- a/migration-exec.c +++ b/migration-exec.c @@ -141,8 +141,7 @@ int exec_start_incoming_migration(const char *command) } qemu_set_fd_handler2(qemu_stdio_fd(f), NULL, - exec_accept_incoming_migration, NULL, - (void *)(unsigned long)f); + exec_accept_incoming_migration, NULL, f); return 0; } |