fbe740
From 8e6004601d38241aafb9a3f04cc572bb4eb5e4c5 Mon Sep 17 00:00:00 2001
fbe740
Message-Id: <8e6004601d38241aafb9a3f04cc572bb4eb5e4c5@dist-git>
fbe740
From: Peter Krempa <pkrempa@redhat.com>
fbe740
Date: Mon, 16 Mar 2020 22:11:43 +0100
fbe740
Subject: [PATCH] qemuMigrationParamsResetTLS: Fix comment
fbe740
MIME-Version: 1.0
fbe740
Content-Type: text/plain; charset=UTF-8
fbe740
Content-Transfer-Encoding: 8bit
fbe740
fbe740
The comment mentioned that the function resets migration params, but
fbe740
that is not true as of commit eb54cb473a8d140e0dd4a7bd42e8bcd72b056368
fbe740
fbe740
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
fbe740
Reviewed-by: Ján Tomko <jtomko@redhat.com>
fbe740
(cherry picked from commit 7a34e04d82ba61613c5fa1f8c265cbf2c0276b39)
fbe740
fbe740
https://bugzilla.redhat.com/show_bug.cgi?id=1804750
fbe740
Message-Id: <3d8e22ae485964827bf28bd1d1529e7757b2350c.1584391726.git.pkrempa@redhat.com>
fbe740
Reviewed-by: Ján Tomko <jtomko@redhat.com>
fbe740
---
fbe740
 src/qemu/qemu_migration_params.c | 2 +-
fbe740
 1 file changed, 1 insertion(+), 1 deletion(-)
fbe740
fbe740
diff --git a/src/qemu/qemu_migration_params.c b/src/qemu/qemu_migration_params.c
fbe740
index 60b41e287a..0a3b0f8741 100644
fbe740
--- a/src/qemu/qemu_migration_params.c
fbe740
+++ b/src/qemu/qemu_migration_params.c
fbe740
@@ -1065,7 +1065,7 @@ qemuMigrationParamsDisableTLS(virDomainObjPtr vm,
fbe740
  * @apiFlags: API flags used to start the migration
fbe740
  *
fbe740
  * Deconstruct all the setup possibly done for TLS - delete the TLS and
fbe740
- * security objects, free the secinfo, and reset the migration params to "".
fbe740
+ * security objects and free the secinfo
fbe740
  */
fbe740
 static void
fbe740
 qemuMigrationParamsResetTLS(virQEMUDriverPtr driver,
fbe740
-- 
fbe740
2.25.1
fbe740