[PATCH 04/30] qemuMigrationParamsResetTLS: Fix comment

Peter Krempa pkrempa at redhat.com
Mon Mar 9 16:22:44 UTC 2020


The comment mentioned that the function resets migration params, but
that is not true.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 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..f9bc43afee 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.
  */
 static void
 qemuMigrationParamsResetTLS(virQEMUDriverPtr driver,
-- 
2.24.1




More information about the libvir-list mailing list