From 8e6004601d38241aafb9a3f04cc572bb4eb5e4c5 Mon Sep 17 00:00:00 2001 Message-Id: <8e6004601d38241aafb9a3f04cc572bb4eb5e4c5@dist-git> From: Peter Krempa Date: Mon, 16 Mar 2020 22:11:43 +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 (cherry picked from commit 7a34e04d82ba61613c5fa1f8c265cbf2c0276b39) https://bugzilla.redhat.com/show_bug.cgi?id=1804750 Message-Id: <3d8e22ae485964827bf28bd1d1529e7757b2350c.1584391726.git.pkrempa@redhat.com> 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 60b41e287a..0a3b0f8741 100644 --- a/src/qemu/qemu_migration_params.c +++ b/src/qemu/qemu_migration_params.c @@ -1065,7 +1065,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, -- 2.25.1