]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuMigrationParamsResetTLS: Fix comment
authorPeter Krempa <pkrempa@redhat.com>
Mon, 9 Mar 2020 07:04:54 +0000 (08:04 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 16 Mar 2020 10:01:08 +0000 (11:01 +0100)
The comment mentioned that the function resets migration params, but
that is not true as of commit eb54cb473a8d140e0dd4a7bd42e8bcd72b056368

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_migration_params.c

index 8c552ab9a093af066d190eb7fd32c2ac19fb128f..563180fa1e129ab8131c2e52dc3811baddbd5ce4 100644 (file)
@@ -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,