]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Remove nulling of hostname in migrate_init()
authorAvihai Horon <avihaih@nvidia.com>
Sun, 31 Dec 2023 09:30:07 +0000 (11:30 +0200)
committerPeter Xu <peterx@redhat.com>
Thu, 4 Jan 2024 01:52:42 +0000 (09:52 +0800)
commit80caba6955c422ac7f848999cb961846aa2781d1
tree9c55ba92278f8f736ff86c47ef3e190c682334d2
parent17b9483baae595aa1b9d25adceb240bf74fdb1ee
migration: Remove nulling of hostname in migrate_init()

MigrationState->hostname is set to NULL in migrate_init(). This is
redundant because it is already freed and set to NULL in
migrade_fd_cleanup(). Remove it.

Signed-off-by: Avihai Horon <avihaih@nvidia.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20231231093016.14204-3-avihaih@nvidia.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/migration.c