From 7a34e04d82ba61613c5fa1f8c265cbf2c0276b39 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 9 Mar 2020 08:04:54 +0100 Subject: [PATCH] qemuMigrationParamsResetTLS: Fix comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The comment mentioned that the function resets migration params, but that is not true as of commit eb54cb473a8d140e0dd4a7bd42e8bcd72b056368 Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- src/qemu/qemu_migration_params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_migration_params.c b/src/qemu/qemu_migration_params.c index 8c552ab9a0..563180fa1e 100644 --- a/src/qemu/qemu_migration_params.c +++ b/src/qemu/qemu_migration_params.c @@ -1061,7 +1061,7 @@ qemuMigrationParamsDisableTLS(virDomainObjPtr vm, * @apiFlags: API flags used to start the migration * * Deconstruct all the setup possibly done for TLS - delete the TLS and - * security objects, free the secinfo, and reset the migration params to "". + * security objects and free the secinfo */ static void qemuMigrationParamsResetTLS(virQEMUDriverPtr driver,